程序包 org.hibernate
类 HibernateError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.HibernateError
-
- 所有已实现的接口:
Serializable
- 直接已知子类:
WalkingException
public class HibernateError extends HibernateException
Marks a group of exceptions that generally indicate an internal Hibernate error or bug.- 作者:
- Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 HibernateError(String message)Constructs HibernateError with the condition message.HibernateError(String message, Throwable cause)Constructs HibernateError with the condition message and cause.
-
方法概要
-
-
-
构造器详细资料
-
HibernateError
public HibernateError(String message)
Constructs HibernateError with the condition message.- 参数:
message- Message explaining the exception/error condition
-
-