Class GroupGroupMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.metacentrum.perun.core.api.exceptions.PerunException
cz.metacentrum.perun.core.api.exceptions.GroupGroupMismatchException
- All Implemented Interfaces:
Serializable
Exception thrown when groups are not in the same VO, when required so.
- Author:
- David Flor
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor with no argumentsGroupGroupMismatchException
(String message) Simple constructor with a messageGroupGroupMismatchException
(String message, Group sourceGroup, Group destinationGroup) Constructor with a message, group to be moved, destination group (the group to which the moving group is moved)GroupGroupMismatchException
(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
-
GroupGroupMismatchException
public GroupGroupMismatchException()Constructor with no arguments -
GroupGroupMismatchException
Simple constructor with a message- Parameters:
message
- message with details about the cause
-
GroupGroupMismatchException
Constructor with a message and Throwable object- Parameters:
message
- message with details about the causecause
- Throwable that caused throwing of this exception
-
GroupGroupMismatchException
Constructor with a Throwable object- Parameters:
cause
- Throwable that caused throwing of this exception
-
GroupGroupMismatchException
Constructor with a message, group to be moved, destination group (the group to which the moving group is moved)- Parameters:
message
- message with the detailssourceGroup
- group to be moveddestinationGroup
- the group to which the moving group is moved
-
-
Method Details
-
getDestinationGroup
-
getSourceGroup
-