Class WebAuthnException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.forgerock.android.auth.exception.WebAuthnException
-
- All Implemented Interfaces:
java.io.Serializable
public class WebAuthnException extends java.lang.ExceptionException that is thrown when the webauthn registration or authentication failed- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebAuthnException(java.lang.String message)Constructs a new exception with the specified detail message.WebAuthnException(java.lang.String message, java.lang.Throwable cause)Constructs a new exception with the specified detail message and cause.WebAuthnException(java.lang.Throwable cause)Constructs a new exception with the specified cause.
-
-
-
Constructor Detail
-
WebAuthnException
public WebAuthnException(java.lang.String message)
Constructs a new exception with the specified detail message.- Parameters:
message- the detail message.
-
WebAuthnException
public WebAuthnException(java.lang.String message, java.lang.Throwable cause)Constructs a new exception with the specified detail message and cause.- Parameters:
message- the detail messagecause- the cause- Since:
- 1.4
-
WebAuthnException
public WebAuthnException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.- Parameters:
cause- the cause
-
-