Class GroupRelationAlreadyExists

All Implemented Interfaces:
Serializable

public class GroupRelationAlreadyExists extends PerunException
This exception is thrown when the relation between groups should not exist but it exists
Author:
Simona Kruppova
See Also:
  • Constructor Details

    • GroupRelationAlreadyExists

      public GroupRelationAlreadyExists()
      Constructor with no arguments
    • GroupRelationAlreadyExists

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

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

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