Class PasscodeRuleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.thalesgroup.gemalto.fido2.internal.EnhancedErrorCodeException
com.thalesgroup.gemalto.fido2.authenticator.passcode.PasscodeRuleException
- All Implemented Interfaces:
Serializable
public abstract class PasscodeRuleException
extends com.thalesgroup.gemalto.fido2.internal.EnhancedErrorCodeException
An exception thrown when a passcode fails to meet the configured complexity rules.
This exception is typically the cause of a Fido2Exception.
- Since:
- 1.3.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDefines the specific error codes for passcode rule violations.Nested classes/interfaces inherited from class com.thalesgroup.gemalto.fido2.internal.EnhancedErrorCodeException
com.thalesgroup.gemalto.fido2.internal.EnhancedErrorCodeException.PropagatingException -
Field Summary
Fields inherited from class com.thalesgroup.gemalto.fido2.internal.EnhancedErrorCodeException
additionalMessage, integerCode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract PasscodeRuleException.ErrorCodegetError()Gets the specific error code that indicates which rule was violated.Methods inherited from class com.thalesgroup.gemalto.fido2.internal.EnhancedErrorCodeException
getConciseMessage, getFormattedIntegerCode, getIntegerCode, getIntegerCodeTrace, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PasscodeRuleException
-
-
Method Details
-
getError
Gets the specific error code that indicates which rule was violated.- Returns:
- The
PasscodeRuleException.ErrorCodefor this exception. - Since:
- 1.3.0
-