Class GroupSynchronizationAlreadyRunningException

java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.metacentrum.perun.core.api.exceptions.PerunException
cz.metacentrum.perun.core.api.exceptions.GroupSynchronizationAlreadyRunningException
All Implemented Interfaces:
Serializable

public class GroupSynchronizationAlreadyRunningException extends PerunException
This exception is thrown when the synchronization for the group is already running
Author:
Michal Prochazka
See Also:
  • cz.metacentrum.perun.core.api.exceptions.rt.GroupSynchronizationAlreadyRunningException
  • Serialized Form
  • Constructor Details

    • GroupSynchronizationAlreadyRunningException

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

      public GroupSynchronizationAlreadyRunningException(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
    • GroupSynchronizationAlreadyRunningException

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

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

    • getGroup

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