Class OtpInvalidatedException

  • All Implemented Interfaces:
    Serializable

    public class OtpInvalidatedException
    extends PasswordException
    Error when an OTP was invalidated because there was a maximum of invalid attempts. NOTE: This is used for OTP password types PasswordMode.OTP) and musn't be confused with single use passwords (see OtpHandler)
    See Also:
    Serialized Form
    • Constructor Detail

      • OtpInvalidatedException

        public OtpInvalidatedException()