Class MemberNotValidYetException

All Implemented Interfaces:
Serializable

public class MemberNotValidYetException extends PerunException
Operation required complete member. This member is still invalid (his record in perun is not complete)
Author:
Slavek Licehammer
See Also:
  • Constructor Details

    • MemberNotValidYetException

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

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

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

      public MemberNotValidYetException(Member member)
      Constructor with the member
      Parameters:
      member - the member that is invalid
  • Method Details

    • getMember

      public Member getMember()
      Getter for the member
      Returns:
      the member that is invalid