Class NoSuchBeanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.persistence.PersistenceException
org.hibernate.HibernateException
org.hibernate.resource.beans.container.internal.NoSuchBeanException
- All Implemented Interfaces:
Serializable
Exception indicating that the given class is not known as a CDI bean - triggers
fallback handling
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchBeanException
(String message, Throwable cause) NoSuchBeanException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchBeanException
-
NoSuchBeanException
-