Class SecurityTeamExistsException

All Implemented Interfaces:
Serializable

public class SecurityTeamExistsException extends EntityExistsException
This exception is thrown when the securityTeam exists in the database
Author:
Ondrej Velisek <ondrejvelisek@gmail.com>
See Also:
  • Constructor Details

    • SecurityTeamExistsException

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

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

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