Class GroupRelationNotAllowed
java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.metacentrum.perun.core.api.exceptions.PerunException
cz.metacentrum.perun.core.api.exceptions.GroupRelationNotAllowed
- All Implemented Interfaces:
Serializable
Exception thrown when the group relation cannot be created, because it's not allowed f.e. it would create cycle, one
of the groups is members group...
- Author:
- Simona Kruppova
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor without argumentsGroupRelationNotAllowed
(String message) Simple constructor with a messageGroupRelationNotAllowed
(String message, Throwable cause) Constructor with a message and Throwable objectGroupRelationNotAllowed
(Throwable cause) Constructor with a 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
-
GroupRelationNotAllowed
public GroupRelationNotAllowed()Constructor without arguments -
GroupRelationNotAllowed
Simple constructor with a message- Parameters:
message
- message with details about the cause
-
GroupRelationNotAllowed
Constructor with a message and Throwable object- Parameters:
message
- message with details about the causecause
- Throwable that caused throwing of this exception
-
GroupRelationNotAllowed
Constructor with a Throwable object- Parameters:
cause
- Throwable that caused throwing of this exception
-