Class EntityExistsException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AttributeDefinitionExistsException, BanAlreadyExistsException, ConsentHubExistsException, DestinationExistsException, ExtSourceExistsException, FacilityExistsException, GroupExistsException, HostExistsException, ParentGroupNotExistsException, SecurityTeamExistsException, ServiceExistsException, ServicesPackageExistsException, UserExtSourceExistsException, VoExistsException

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

    • EntityExistsException

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

      public EntityExistsException(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
    • EntityExistsException

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