org.hibernate

Class CallbackException

Implemented Interfaces:
Nestable

public class CallbackException
extends HibernateException

Should be thrown by persistent objects from Lifecycle or Interceptor callbacks.
Author:
Gavin King
See Also:
Lifecycle, Interceptor

Field Summary

Fields inherited from class org.hibernate.exception.NestableRuntimeException

delegate

Constructor Summary

CallbackException(Exception root)
CallbackException(String message)
Constructs a new NestableRuntimeException with specified detail message.
CallbackException(String message, Exception e)

Method Summary

Methods inherited from class org.hibernate.exception.NestableRuntimeException

getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace

Constructor Details

CallbackException

public CallbackException(Exception root)

CallbackException

public CallbackException(String message)
Constructs a new NestableRuntimeException with specified detail message.
Parameters:

CallbackException

public CallbackException(String message,
                         Exception e)