Package org.hibernate

Class ObjectDeletedException

java.lang.Object
java.lang.Throwable
All Implemented Interfaces:
Serializable

public classObjectDeletedExceptionextendsUnresolvableObjectException
Thrown when the user tries to do something illegal with a deleted object.
See Also:
  • Constructor Details

    • ObjectDeletedException

      public ObjectDeletedException(String message,Object identifier,String entityName)
      Constructs anObjectDeletedException using the given information.
      Parameters:
      message - A message explaining the exception condition
      identifier - The identifier of the entity
      entityName - The name of the entity