org.hibernate
Class CallbackException
- Nestable
public class CallbackException
Should be thrown by persistent objects from Lifecycle
or Interceptor callbacks.
getCause , getMessage , getMessage , getMessages , getThrowable , getThrowableCount , getThrowables , indexOfThrowable , indexOfThrowable , printPartialStackTrace , printStackTrace , printStackTrace , printStackTrace |
CallbackException
public CallbackException(Exception root)
CallbackException
public CallbackException(String message)
Constructs a new NestableRuntimeException
with specified
detail message.
CallbackException
public CallbackException(String message,
Exception e)