Class AlreadyMemberException

All Implemented Interfaces:
Serializable

public class AlreadyMemberException extends PerunException
This exception is thrown when the user is already a member of the Vo/group.
Author:
Martin Kuba
See Also:
  • Constructor Details

    • AlreadyMemberException

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

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

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

      public AlreadyMemberException(Member member)
      Constructor with the member
      Parameters:
      member - the member
  • Method Details

    • getMember

      public Member getMember()
      Getter for the member
      Returns:
      the member