Class DigestMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nimbusds.openid.connect.sdk.assurance.evidences.attachment.DigestMismatchException
- All Implemented Interfaces:
Serializable
Digest mismatch exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDigestMismatchException
(String message) Creates a new digest mismatch exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DigestMismatchException
Creates a new digest mismatch exception.- Parameters:
message
- The message,null
if not specified.
-