Class PrivilegeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.metacentrum.perun.core.api.exceptions.PerunException
cz.metacentrum.perun.core.api.exceptions.PrivilegeException
- All Implemented Interfaces:
Serializable
Checked version of PrivilegeException.
- Author:
- Martin Kuba
- See Also:
-
Constructor Summary
ConstructorDescriptionPrivilegeException
(PerunSession sess, String action) PrivilegeException
(String message) PrivilegeException
(String message, Throwable cause) PrivilegeException
(Throwable cause) -
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
-
PrivilegeException
-
PrivilegeException
-
PrivilegeException
-
PrivilegeException
-
PrivilegeException
-