Class SubGroupCannotBeRemovedException

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

public class SubGroupCannotBeRemovedException extends PerunException
Thrown when the subGroup cannot be removed
Author:
Slavek Licehammer
See Also:
  • Constructor Details

    • SubGroupCannotBeRemovedException

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

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

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

      public SubGroupCannotBeRemovedException(Group group)
  • Method Details

    • getGroup

      public Group getGroup()