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
This exception is thrown when group is not allowed to be added to auto registration.
- Author:
- Metodej Klang
- See Also:
-
Constructor Summary
ConstructorDescriptionSimple constructor with a messageGroupNotAllowedToAutoRegistrationException
(String message, Group group) Constructor with the group that is not allowed to be added to auto registrationGroupNotAllowedToAutoRegistrationException
(String message, Throwable cause) Constructor with a message and Throwable object -
Method Summary
Methods inherited from class cz.metacentrum.perun.core.api.exceptions.PerunException
getErrorId, getFriendlyMessageTemplate, getMessage, getName, setErrorId
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GroupNotAllowedToAutoRegistrationException
Simple constructor with a message- Parameters:
message
- message with details about the cause
-
GroupNotAllowedToAutoRegistrationException
Constructor with a message and Throwable object- Parameters:
message
- message with details about the causecause
- Throwable that caused throwing of this exception
-
GroupNotAllowedToAutoRegistrationException
Constructor with the group that is not allowed to be added to auto registration- Parameters:
group
- the group
-
-
Method Details
-
getGroup
-