Class MemberLifecycleAlteringForbiddenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.metacentrum.perun.core.api.exceptions.PerunException
cz.metacentrum.perun.core.api.exceptions.MemberLifecycleAlteringForbiddenException
- All Implemented Interfaces:
Serializable
Operation altering member's lifecycle is forbidden (e.g. cannot change expiration of hierarchical vo's members, if
they come from member vos)
- Author:
- Johana Supikova invalid input: '<'xsupikov@fi.muni.cz>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor with the memberMemberLifecycleAlteringForbiddenException
(Member member, String message) Constructor with the member and messageSimple constructor with a messageMemberLifecycleAlteringForbiddenException
(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, setErrorId
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MemberLifecycleAlteringForbiddenException
Simple constructor with a message- Parameters:
message
- message with details about the cause
-
MemberLifecycleAlteringForbiddenException
Constructor with a message and Throwable object- Parameters:
message
- message with details about the causecause
- Throwable that caused throwing of this exception
-
MemberLifecycleAlteringForbiddenException
Constructor with a Throwable object- Parameters:
cause
- Throwable that caused throwing of this exception
-
MemberLifecycleAlteringForbiddenException
Constructor with the member- Parameters:
member
- member whose lifecycle cannot be altered
-
MemberLifecycleAlteringForbiddenException
Constructor with the member and message- Parameters:
member
- member whose lifecycle cannot be alteredmessage
- with details about the cause
-
-
Method Details
-
getMember
Getter for the member- Returns:
- member whose lifecycle cannot be altered
-