Class MfaTimeoutException
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.MfaTimeoutException
- All Implemented Interfaces:
Serializable
This exception is thrown when principal is performing MFA-requiring action 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
ConstructorsConstructorDescriptionMfaTimeoutException
(String message) MfaTimeoutException
(String message, Throwable cause) MfaTimeoutException
(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
-
MfaTimeoutException
-
MfaTimeoutException
-
MfaTimeoutException
-