Class RegistrationFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.idp.plugin.authn.webauthn.exception.WebAuthnAuthenticationClientException
net.shibboleth.idp.plugin.authn.webauthn.exception.RegistrationFailureException
- All Implemented Interfaces:
Serializable
Exception that is throw if a public key credential registration (attestation) is not valid.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longGenerated serial UID. -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.RegistrationFailureException(String message) Constructor.RegistrationFailureException(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 serialVersionUIDGenerated serial UID.- See Also:
-
-
Constructor Details
-
RegistrationFailureException
public RegistrationFailureException()Constructor. -
RegistrationFailureException
Constructor.- Parameters:
message- exception messagecause- exception to be wrapped by this one
-
RegistrationFailureException
Constructor.- Parameters:
message- exception message
-
RegistrationFailureException
Constructor.- Parameters:
cause- exception to be wrapped by this one
-