Class MemberGroupMismatchException

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

public class MemberGroupMismatchException extends PerunException
This exception is thrown when the member and group are not in the same VO
Author:
Pavel Zlámal <zlamal@cesnet.cz>
See Also:
  • Constructor Details

    • MemberGroupMismatchException

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

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

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

      public MemberGroupMismatchException()
      Constructor with no arguments
    • MemberGroupMismatchException

      public MemberGroupMismatchException(String message, Member member, Group group)
    • MemberGroupMismatchException

      public MemberGroupMismatchException(String message, Throwable cause, Member member, Group group)
  • Method Details

    • getGroup

      public Group getGroup()
    • getMember

      public Member getMember()