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

public class GroupGroupMismatchException extends PerunException
Exception thrown when groups are not in the same VO, when required so.
Author:
David Flor
See Also:
  • Constructor Details

    • GroupGroupMismatchException

      public GroupGroupMismatchException()
      Constructor with no arguments
    • GroupGroupMismatchException

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

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

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

      public GroupGroupMismatchException(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)
      Parameters:
      message - message with the details
      sourceGroup - group to be moved
      destinationGroup - the group to which the moving group is moved
  • Method Details

    • getDestinationGroup

      public Group getDestinationGroup()
    • getSourceGroup

      public Group getSourceGroup()