Class BeanNotFoundException

All Implemented Interfaces:
Serializable

public class BeanNotFoundException extends 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)