Class BeanNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.search.util.common.SearchException
org.hibernate.search.engine.environment.bean.spi.BeanNotFoundException
- All Implemented Interfaces:
Serializable
Indicates a bean was not found by a
BeanProvider
.- See Also:
-
Field Summary
Fields inherited from class org.hibernate.search.util.common.SearchException
SEARCH_EXCEPTION_AND_SUBCLASSES_CAN_USE_CONSTRUCTOR
-
Constructor Summary
ConstructorDescriptionBeanNotFoundException
(String message) BeanNotFoundException
(String message, Throwable cause) -
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 Details
-
BeanNotFoundException
@SuppressForbiddenApis(reason="SearchException and its subclasses are allowed to use SearchException constructors without delegating to Jboss-Logging.") public BeanNotFoundException(String message) -
BeanNotFoundException
-