Class GroupSynchronizationNotEnabledException

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

public class GroupSynchronizationNotEnabledException extends PerunException
This exception is thrown when the synchronization for the group is not enabled
Author:
Michal Stava stavamichal@gmail.com
See Also:
  • Constructor Details

    • GroupSynchronizationNotEnabledException

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

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

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

      public GroupSynchronizationNotEnabledException(Group group)
      Constructor with the group
      Parameters:
      group - group for which the synchronization was not enabled
  • Method Details

    • getGroup

      public Group getGroup()
      Getter for the group
      Returns:
      group for which the synchronization was not enabled