Class EntityNotExistsException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ActionTypeNotExistsException, AttributeNotExistsException, BanNotExistsException, CandidateNotExistsException, ConsentHubNotExistsException, ConsentNotExistsException, DestinationNotExistsException, ExtSourceNotExistsException, FacilityNotExistsException, GroupNotExistsException, HostNotExistsException, MemberNotExistsException, OwnerNotExistsException, ResourceNotExistsException, ResourceTagNotExistsException, SecurityTeamNotExistsException, ServiceNotExistsException, ServicesPackageNotExistsException, SubjectNotExistsException, UserExtSourceNotExistsException, UserNotExistsException, VoNotExistsException

public class EntityNotExistsException extends PerunException
It represents parent class for *NotExistsException classes.
Author:
Slavek Licehammer
See Also:
  • Constructor Details

    • EntityNotExistsException

      public EntityNotExistsException(String message)
      Simple constructor with a message
      Parameters:
      message - message with details about the cause
    • EntityNotExistsException

      public EntityNotExistsException(String message, Throwable cause)
      Constructor with a message and Throwable object
      Parameters:
      message - message with details about the cause
      cause - Throwable that caused throwing of this exception
    • EntityNotExistsException

      public EntityNotExistsException(Throwable cause)
      Constructor with a Throwable object
      Parameters:
      cause - Throwable that caused throwing of this exception