Uses of Class
dev.failsafe.FailsafeException
-
Packages that use FailsafeException Package Description dev.failsafe APIs for performing failsafe executions. -
-
Uses of FailsafeException in dev.failsafe
Subclasses of FailsafeException in dev.failsafe Modifier and Type Class Description class
BulkheadFullException
Thrown when an execution is attempted against aBulkhead
that is full.class
CircuitBreakerOpenException
Thrown when an execution is attempted against aCircuitBreaker
that is open.class
RateLimitExceededException
Thrown when an execution exceeds or would exceed aRateLimiter
.class
TimeoutExceededException
Thrown when an execution exceeds a configuredTimeout
.
-