Class SecurityTeamNotExistsException

All Implemented Interfaces:
Serializable

public class SecurityTeamNotExistsException extends EntityNotExistsException
This exception is thrown when the securityTeam was not found in the database
Author:
Ondrej Velisek <ondrejvelisek@gmail.com>
See Also:
  • Constructor Details

    • SecurityTeamNotExistsException

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

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

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