org.hibernate
Class AssertionFailure
- Nestable
public class AssertionFailure
Indicates failure of an assertion: a possible bug in Hibernate.
AssertionFailure(String s) - Constructs a new
NestableRuntimeException with specified
detail message.
|
AssertionFailure(String s, Throwable t) - Constructs a new
NestableRuntimeException with specified
detail message and nested Throwable .
|
getCause , getMessage , getMessage , getMessages , getThrowable , getThrowableCount , getThrowables , indexOfThrowable , indexOfThrowable , printPartialStackTrace , printStackTrace , printStackTrace , printStackTrace |
AssertionFailure
public AssertionFailure(String s)
Constructs a new NestableRuntimeException
with specified
detail message.
AssertionFailure
public AssertionFailure(String s,
Throwable t)
Constructs a new NestableRuntimeException
with specified
detail message and nested Throwable
.