Class GroupIsNotASubgroupException

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

public class GroupIsNotASubgroupException extends PerunException
Exception thrown when relation of two groups as parent-sub should exist, but does not.
Author:
Dominik Frantisek Bucik <bucik@ics.muni.cz>
See Also:
  • Constructor Details

    • GroupIsNotASubgroupException

      public GroupIsNotASubgroupException()
      Constructor without arguments
    • GroupIsNotASubgroupException

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

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

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