Class CredentialRepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.shibboleth.idp.plugin.authn.webauthn.exception.CredentialRepositoryException
- All Implemented Interfaces:
Serializable
An unchecked exception that is throw when there is an unrecoverable error occurs handling requests to the
credential repository.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.CredentialRepositoryException(Exception wrappedException) Constructor.CredentialRepositoryException(String message) Constructor.CredentialRepositoryException(String message, Exception wrappedException) 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 version UID.- See Also:
-
-
Constructor Details
-
CredentialRepositoryException
public CredentialRepositoryException()Constructor. -
CredentialRepositoryException
Constructor.- Parameters:
message- exception message
-
CredentialRepositoryException
Constructor.- Parameters:
wrappedException- exception to be wrapped by this one
-
CredentialRepositoryException
public CredentialRepositoryException(@Nullable String message, @Nullable Exception wrappedException) Constructor.- Parameters:
message- exception messagewrappedException- exception to be wrapped by this one
-