Class SentinelException

java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.demeng.sentinel.client.exception.SentinelException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LicenseValidationException, ReplayDetectedException, SentinelApiException, SentinelConnectionException, SignatureVerificationException

Base exception for all errors thrown by the Sentinel client. This is a sealed class; all possible subtypes are known at compile time.
See Also:
  • Constructor Details

    • SentinelException

      public SentinelException(String message)
    • SentinelException

      public SentinelException(String message, Throwable cause)