public class CallbackException extends HibernateException
Lifecycle
and Interceptor
callbacks.
IMPL NOTE : This is a legacy exception type from back in the day before Hibernate moved to a untyped (runtime) exception strategy.
Constructor and Description |
---|
CallbackException(java.lang.Exception cause)
Creates a CallbackException using the given underlying cause.
|
CallbackException(java.lang.String message)
Creates a CallbackException using the given message.
|
CallbackException(java.lang.String message,
java.lang.Exception cause)
Creates a CallbackException using the given message and underlying cause.
|
public CallbackException(java.lang.Exception cause)
cause
- The underlying causepublic CallbackException(java.lang.String message)
message
- The message explaining the reason for the exceptionpublic CallbackException(java.lang.String message, java.lang.Exception cause)
message
- The message explaining the reason for the exceptioncause
- The underlying causeCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.