Class NotYetReadyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.resource.beans.container.internal.NotYetReadyException
-
- All Implemented Interfaces:
Serializable
public class NotYetReadyException extends HibernateException
Exception indicating an attempt to access the CDI BeanManager before it is ready for use- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotYetReadyException(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 Detail
-
NotYetReadyException
public NotYetReadyException(Throwable cause)
-
-