Class MembershipMismatchException

All Implemented Interfaces:
Serializable

public class MembershipMismatchException extends InternalErrorException
This exception is thrown when trying to add member to the group from other VO
Author:
Michal Stava
See Also:
  • Constructor Details

    • MembershipMismatchException

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

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

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

      public MembershipMismatchException(Member member)
      Constructor with the member
      Parameters:
      member - member from the other VO
  • Method Details

    • getMember

      public Member getMember()
      Getter for the member
      Returns:
      member from other VO