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
public sealed class SentinelException
extends Exception
permits SentinelApiException, SentinelConnectionException, LicenseValidationException, SignatureVerificationException, ReplayDetectedException
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 Summary
ConstructorsConstructorDescriptionSentinelException(String message) SentinelException(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
-
SentinelException
-
SentinelException
-