Class GroupRelationDoesNotExist

All Implemented Interfaces:
Serializable

public class GroupRelationDoesNotExist extends PerunException
Exception thrown when relation between groups should exist but it does not
Author:
Simona Kruppova
See Also:
  • Constructor Details

    • GroupRelationDoesNotExist

      public GroupRelationDoesNotExist()
      Constructor without arguments
    • GroupRelationDoesNotExist

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

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

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