类 NotYetReadyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.resource.beans.container.internal.NotYetReadyException
-
- 所有已实现的接口:
Serializable
public class NotYetReadyException extends HibernateException
Exception indicating an attempt to access the CDI BeanManager before it is ready for use- 作者:
- Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 NotYetReadyException(Throwable cause)
-
方法概要
-
-
-
构造器详细资料
-
NotYetReadyException
public NotYetReadyException(Throwable cause)
-
-