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

public final class SignatureVerificationException extends SentinelException
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 Details

    • SignatureVerificationException

      public SignatureVerificationException(String message)
    • SignatureVerificationException

      public SignatureVerificationException(String message, Throwable cause)