Class SignatureVerificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.demeng.sentinel.client.exception.SentinelException
dev.demeng.sentinel.client.exception.SignatureVerificationException
- All Implemented Interfaces:
Serializable
Thrown when the cryptographic signature on a validation response does not match the response
payload, indicating the response may have been tampered with.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSignatureVerificationException(String message) SignatureVerificationException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SignatureVerificationException
-
SignatureVerificationException
-