Package org.hibernate.testing.junit4
Class CallbackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.testing.junit4.CallbackException
- All Implemented Interfaces:
Serializable
Indicates an exception while performing a callback on the test
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCallbackException
(Method method) CallbackException
(Method method, Throwable cause) CallbackException
(String message) CallbackException
(String message, 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 Details
-
CallbackException
-
CallbackException
-
CallbackException
-
CallbackException
-