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

public class CredentialRepositoryException extends RuntimeException
An unchecked exception that is throw when there is an unrecoverable error occurs handling requests to the credential repository.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial version UID.
      See Also:
  • Constructor Details

    • CredentialRepositoryException

      public CredentialRepositoryException()
      Constructor.
    • CredentialRepositoryException

      public CredentialRepositoryException(@Nullable String message)
      Constructor.
      Parameters:
      message - exception message
    • CredentialRepositoryException

      public CredentialRepositoryException(@Nullable Exception wrappedException)
      Constructor.
      Parameters:
      wrappedException - exception to be wrapped by this one
    • CredentialRepositoryException

      public CredentialRepositoryException(@Nullable String message, @Nullable Exception wrappedException)
      Constructor.
      Parameters:
      message - exception message
      wrappedException - exception to be wrapped by this one