Class EntityNotDeletedException

All Implemented Interfaces:
Serializable

public class EntityNotDeletedException extends GuidOrientatedException
The EntityNotDeletedException is thrown by the Subject Area OMAS when an entity is not deleted value.
See Also:
  • Constructor Details

    • EntityNotDeletedException

      public EntityNotDeletedException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription, String guid)
      This is the typical constructor used for creating an EntityNotDeletedException
      Parameters:
      messageDefinition - content of the message
      className - name of class reporting error
      actionDescription - description of function it was performing when error detected
      guid - the guid of the entity that was not deleted
    • EntityNotDeletedException

      public EntityNotDeletedException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription, Exception caughtError, String guid)
      This is the constructor used for creating an UnrecognizedGUIDException when an unexpected error has been caught. The properties allow additional information to be associated with the exception.
      Parameters:
      messageDefinition - content of the message
      className - name of class reporting error
      actionDescription - description of function it was performing when error detected
      caughtError - previous error causing this exception
      guid - the guid of the entity that was not deleted