Class NoSuchBeanException

  • All Implemented Interfaces:
    Serializable

    public class NoSuchBeanException
    extends HibernateException
    Exception indicating that the given class is not known as a CDI bean - triggers fallback handling
    See Also:
    Serialized Form
    • Constructor Detail

      • NoSuchBeanException

        public NoSuchBeanException​(Throwable cause)
      • NoSuchBeanException

        public NoSuchBeanException​(String message,
                                   Throwable cause)