Class SearchProcessingWithContextException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hibernate.search.util.common.SearchException
-
- org.hibernate.search.mapper.pojo.common.annotation.impl.SearchProcessingWithContextException
-
- All Implemented Interfaces:
Serializable
public class SearchProcessingWithContextException extends SearchException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.hibernate.search.util.common.SearchException
SEARCH_EXCEPTION_AND_SUBCLASSES_CAN_USE_CONSTRUCTOR
-
-
Constructor Summary
Constructors Constructor Description SearchProcessingWithContextException(String message, Throwable cause, EventContext context)
-
Method Summary
-
Methods inherited from class org.hibernate.search.util.common.SearchException
context, messageWithoutContext
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SearchProcessingWithContextException
@SuppressForbiddenApis(reason="SearchException and its subclasses are allowed to use SearchException constructors without delegating to Jboss-Logging.") public SearchProcessingWithContextException(String message, Throwable cause, EventContext context)
-
-