Class 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:
    Serialized Form
    • Constructor Detail

      • UserMfaTempTokenMaxException

        public UserMfaTempTokenMaxException​(String message,
                                            int maxTokens)