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
public class CallbackException extends RuntimeException
Indicates an exception while performing a callback on the test- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CallbackException(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
-
-