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

public class GroupStructureSynchronizationAlreadyRunningException extends PerunException
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 Details

    • GroupStructureSynchronizationAlreadyRunningException

      public GroupStructureSynchronizationAlreadyRunningException(String message)
      Simple constructor with a message
      Parameters:
      message - message with details about the cause
    • GroupStructureSynchronizationAlreadyRunningException

      public GroupStructureSynchronizationAlreadyRunningException(String message, Throwable cause)
      Constructor with a message and Throwable object
      Parameters:
      message - message with details about the cause
      cause - Throwable that caused throwing of this exception
    • GroupStructureSynchronizationAlreadyRunningException

      public GroupStructureSynchronizationAlreadyRunningException(Throwable cause)
      Constructor with a Throwable object
      Parameters:
      cause - Throwable that caused throwing of this exception
    • GroupStructureSynchronizationAlreadyRunningException

      public GroupStructureSynchronizationAlreadyRunningException(Group group)
      Constructor with the group
      Parameters:
      group - the group for which the synchronization is already running
  • Method Details

    • getGroup

      public Group getGroup()
      Getter for the group
      Returns:
      the group for which the synchronization is already running