Class MemberNotValidYetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.metacentrum.perun.core.api.exceptions.PerunException
cz.metacentrum.perun.core.api.exceptions.MemberNotValidYetException
- All Implemented Interfaces:
Serializable
Operation required complete member. This member is still invalid (his record in perun is not complete)
- Author:
- Slavek Licehammer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMemberNotValidYetException(Member member) Constructor with the memberMemberNotValidYetException(String message) Simple constructor with a messageMemberNotValidYetException(String message, Throwable cause) Constructor with a message and Throwable objectConstructor with a Throwable object -
Method Summary
Methods inherited from class cz.metacentrum.perun.core.api.exceptions.PerunException
getErrorId, getFriendlyMessageTemplate, getMessage, getName, setErrorIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MemberNotValidYetException
Simple constructor with a message- Parameters:
message- message with details about the cause
-
MemberNotValidYetException
Constructor with a message and Throwable object- Parameters:
message- message with details about the causecause- Throwable that caused throwing of this exception
-
MemberNotValidYetException
Constructor with a Throwable object- Parameters:
cause- Throwable that caused throwing of this exception
-
MemberNotValidYetException
Constructor with the member- Parameters:
member- the member that is invalid
-
-
Method Details
-
getMember
Getter for the member- Returns:
- the member that is invalid
-