Package org.hibernate

Class ObjectDeletedException

All Implemented Interfaces:
Serializable

public class ObjectDeletedException extends UnresolvableObjectException
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 an ObjectDeletedException using the given information.
      Parameters:
      message - A message explaining the exception condition
      identifier - The identifier of the entity
      entityName - The name of the entity