Class GroupRelationNotAllowed

All Implemented Interfaces:
Serializable

public class GroupRelationNotAllowed extends PerunException
Exception thrown when the group relation cannot be created, because it's not allowed f.e. it would create cycle, one of the groups is members group...
Author:
Simona Kruppova
See Also:
  • Constructor Details

    • GroupRelationNotAllowed

      public GroupRelationNotAllowed()
      Constructor without arguments
    • GroupRelationNotAllowed

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

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

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