Class GroupRelationCannotBeRemoved

java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.metacentrum.perun.core.api.exceptions.PerunException
cz.metacentrum.perun.core.api.exceptions.GroupRelationCannotBeRemoved
All Implemented Interfaces:
Serializable

public class GroupRelationCannotBeRemoved extends PerunException
Exception thrown when group relation cannot be removed. f.e. when it's part of the hierarchical structure of the groups
Author:
Simona Kruppova
See Also:
  • Constructor Details

    • GroupRelationCannotBeRemoved

      public GroupRelationCannotBeRemoved()
      Constructor without arguments
    • GroupRelationCannotBeRemoved

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

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

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