Example usage for Java org.hibernate CallbackException fields, constructors, methods, implement or subclass
The text is from its open source code.
CallbackException(Exception cause) Creates a CallbackException using the given underlying cause. | |
CallbackException(String message) Creates a CallbackException using the given message. | |
CallbackException(String message, Exception cause) Creates a CallbackException using the given message and underlying cause. |