Class MfaPrivilegeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cz.metacentrum.perun.core.api.exceptions.rt.PerunRuntimeException
cz.metacentrum.perun.core.api.exceptions.MfaPrivilegeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MfaInvalidRolesException
,MfaRolePrivilegeException
This exception is thrown when principal is performing MFA-requiring action but is not authenticated with
Multi-Factor
- Author:
- Johana Supikova invalid input: '<'xsupikov@fi.muni.cz>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMfaPrivilegeException
(PerunSession sess, String action) MfaPrivilegeException
(String message) MfaPrivilegeException
(String message, Throwable cause) MfaPrivilegeException
(Throwable cause) -
Method Summary
Methods inherited from class cz.metacentrum.perun.core.api.exceptions.rt.PerunRuntimeException
getErrorId, getMessage, getType
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MfaPrivilegeException
-
MfaPrivilegeException
-
MfaPrivilegeException
-
MfaPrivilegeException
-
MfaPrivilegeException
-