Class MfaTimeoutException

All Implemented Interfaces:
Serializable

public class MfaTimeoutException extends PerunRuntimeException
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 <Jakub.Hejda@cesnet.cz>
See Also:
  • Constructor Details

    • MfaTimeoutException

      public MfaTimeoutException(String message)
    • MfaTimeoutException

      public MfaTimeoutException(String message, Throwable cause)
    • MfaTimeoutException

      public MfaTimeoutException(Throwable cause)