Class GroupStructureSynchronizationAlreadyRunningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.metacentrum.perun.core.api.exceptions.PerunException
cz.metacentrum.perun.core.api.exceptions.GroupStructureSynchronizationAlreadyRunningException
- All Implemented Interfaces:
Serializable
This exception is thrown when the group structure synchronization is already running for given group
- Author:
- Peter Balcirak peter.balcirak@gmail.com
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor with the groupSimple constructor with a messageGroupStructureSynchronizationAlreadyRunningException
(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
-
GroupStructureSynchronizationAlreadyRunningException
Simple constructor with a message- Parameters:
message
- message with details about the cause
-
GroupStructureSynchronizationAlreadyRunningException
Constructor with a message and Throwable object- Parameters:
message
- message with details about the causecause
- Throwable that caused throwing of this exception
-
GroupStructureSynchronizationAlreadyRunningException
Constructor with a Throwable object- Parameters:
cause
- Throwable that caused throwing of this exception
-
GroupStructureSynchronizationAlreadyRunningException
Constructor with the group- Parameters:
group
- the group for which the synchronization is already running
-
-
Method Details
-
getGroup
Getter for the group- Returns:
- the group for which the synchronization is already running
-