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(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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CallbackException(Exception cause)
cause
- The underlying causepublic CallbackException(String message)
message
- The message explaining the reason for the exceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.