Class GroupRelationCannotBeRemoved
java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.metacentrum.perun.core.api.exceptions.PerunException
cz.metacentrum.perun.core.api.exceptions.GroupRelationCannotBeRemoved
- All Implemented Interfaces:
Serializable
Exception thrown when group relation cannot be removed. f.e. when it's part of the hierarchical structure of the
groups
- Author:
- Simona Kruppova
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor without argumentsGroupRelationCannotBeRemoved
(String message) Simple constructor with a messageGroupRelationCannotBeRemoved
(String message, Throwable cause) Constructor with a message and Throwable objectConstructor 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
-
GroupRelationCannotBeRemoved
public GroupRelationCannotBeRemoved()Constructor without arguments -
GroupRelationCannotBeRemoved
Simple constructor with a message- Parameters:
message
- message with details about the cause
-
GroupRelationCannotBeRemoved
Constructor with a message and Throwable object- Parameters:
message
- message with details about the causecause
- Throwable that caused throwing of this exception
-
GroupRelationCannotBeRemoved
Constructor with a Throwable object- Parameters:
cause
- Throwable that caused throwing of this exception
-