Class MfaRoleTimeoutException
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.MfaRoleTimeoutException
- All Implemented Interfaces:
Serializable
This exception is thrown when principal has roles always requiring MFA and the auth time is older than the limit
defined in the config
- Author:
- Jakub Hejda invalid input: '<'Jakub.Hejda@cesnet.cz>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMfaRoleTimeoutException
(String message) MfaRoleTimeoutException
(String message, Throwable cause) MfaRoleTimeoutException
(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
-
MfaRoleTimeoutException
-
MfaRoleTimeoutException
-
MfaRoleTimeoutException
-