Package org.fcrepo.kernel.api.exception
Class UnsupportedAlgorithmException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fcrepo.kernel.api.exception.RepositoryRuntimeException
org.fcrepo.kernel.api.exception.UnsupportedAlgorithmException
- All Implemented Interfaces:
Serializable
Thrown in circumstances where a client has used an unknown or unsupported hash algorithm
in a request, e.g. with `Digest` or `Want-Digest`.
- Since:
- 2017-09-12
- Author:
- harring
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedAlgorithmException(String message) Exception with messageUnsupportedAlgorithmException(String message, Throwable rootCause) Ordinary constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedAlgorithmException
Exception with message- Parameters:
message- the message
-
UnsupportedAlgorithmException
Ordinary constructor.- Parameters:
message- the messagerootCause- the root cause
-