程序包 org.hibernate
类 AssertionFailure
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hibernate.AssertionFailure
-
- 所有已实现的接口:
Serializable
public class AssertionFailure extends RuntimeException
Indicates failure of an assertion: a possible bug in Hibernate.- 作者:
- Gavin King
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 AssertionFailure(String message)Creates an instance of AssertionFailure using the given message.AssertionFailure(String message, Throwable cause)Creates an instance of AssertionFailure using the given message and underlying cause.
-
方法概要
-
-
-
构造器详细资料
-
AssertionFailure
public AssertionFailure(String message)
Creates an instance of AssertionFailure using the given message.- 参数:
message- The message explaining the reason for the exception
-
-