org.hibernate
Class ObjectDeletedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.exception.NestableRuntimeException
org.hibernate.HibernateException
org.hibernate.UnresolvableObjectException
org.hibernate.ObjectDeletedException
- All Implemented Interfaces:
- Serializable, Nestable
public class ObjectDeletedException
- extends UnresolvableObjectException
Thrown when the user tries to do something illegal with a deleted
object.
- Author:
- Gavin King
- See Also:
- Serialized Form
Methods inherited from class org.hibernate.exception.NestableRuntimeException |
getCause, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
ObjectDeletedException
public ObjectDeletedException(String message,
Serializable identifier,
String clazz)