org.hibernate
Class ObjectDeletedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hibernate.HibernateException
                  extended by org.hibernate.UnresolvableObjectException
                      extended by org.hibernate.ObjectDeletedException
All Implemented Interfaces:
Serializable

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

Constructor Summary
ObjectDeletedException(String message, Serializable identifier, String clazz)
           
 
Method Summary
 
Methods inherited from class org.hibernate.UnresolvableObjectException
getEntityName, getIdentifier, getMessage, throwIfNull
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectDeletedException

public ObjectDeletedException(String message,
                              Serializable identifier,
                              String clazz)


Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved