Class MemberNotExistsException

All Implemented Interfaces:
Serializable

public class MemberNotExistsException extends EntityNotExistsException
This exception is thrown when the member doesn't exist or isn't a member of the specific VO or wasn't found using userExtSource
Author:
Martin Kuba
See Also:
  • Constructor Details

    • MemberNotExistsException

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

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

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

      public MemberNotExistsException(Member member)
      Constructor with the member
      Parameters:
      member - the member that doesn't exist
  • Method Details

    • getMember

      public Member getMember()
      Getter for the member
      Returns:
      member that doesn't exist