Class GroupNotAllowedToAutoRegistrationException

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

public class GroupNotAllowedToAutoRegistrationException extends PerunException
This exception is thrown when group is not allowed to be added to auto registration.
Author:
Metodej Klang
See Also:
  • Constructor Details

    • GroupNotAllowedToAutoRegistrationException

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

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

      public GroupNotAllowedToAutoRegistrationException(String message, Group group)
      Constructor with the group that is not allowed to be added to auto registration
      Parameters:
      group - the group
  • Method Details

    • getGroup

      public Group getGroup()