Class WebAuthnAuthenticationClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.idp.plugin.authn.webauthn.exception.WebAuthnAuthenticationClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AssertionFailureException,RegistrationFailureException
An exception to signal an error condition during execution or creation of a Webauthn client.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.Constructor.WebAuthnAuthenticationClientException(String message, Throwable cause) Constructor.Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial UID.- See Also:
-
-
Constructor Details
-
WebAuthnAuthenticationClientException
public WebAuthnAuthenticationClientException()Constructor. -
WebAuthnAuthenticationClientException
Constructor.- Parameters:
message- exception messagecause- exception to be wrapped by this one
-
WebAuthnAuthenticationClientException
Constructor.- Parameters:
message- exception message
-
WebAuthnAuthenticationClientException
Constructor.- Parameters:
cause- exception to be wrapped by this one
-