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 classBulkheadFullExceptionThrown when an execution is attempted against aBulkheadthat is full.classCircuitBreakerOpenExceptionThrown when an execution is attempted against aCircuitBreakerthat is open.classRateLimitExceededExceptionThrown when an execution exceeds or would exceed aRateLimiter.classTimeoutExceededExceptionThrown when an execution exceeds a configuredTimeout.
-