public class WebAuthnException
extends java.lang.Exception
| Constructor and 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.
|
public WebAuthnException(java.lang.String message)
message - the detail message.public WebAuthnException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the causepublic WebAuthnException(java.lang.Throwable cause)
cause - the cause