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