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

public class BeanNotFoundException extends org.hibernate.search.util.common.SearchException
Indicates a bean was not found by a BeanProvider.
See Also:
  • 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

      @SuppressForbiddenApis(reason="SearchException and its subclasses are allowed to use SearchException constructors without delegating to Jboss-Logging.") public BeanNotFoundException(String message, Throwable cause)