Class UserMfaTempTokenMaxException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.auth.UserMfaTempTokenMaxException
All Implemented Interfaces:
Serializable

public class UserMfaTempTokenMaxException extends Exception
Exception thrown when the maximum number of temporary MFA tokens for a user is exceeded or if the maximum number of verification attempts has been reached.
Since:
8.4.0
Author:
Norman Lorenz
See Also:
  • Constructor Details

    • UserMfaTempTokenMaxException

      public UserMfaTempTokenMaxException(String message, int maxTokens)
  • Method Details

    • getMaxTokens

      public int getMaxTokens()