Uses of Class
dev.failsafe.FailsafeException
Packages that use FailsafeException
-
Uses of FailsafeException in dev.failsafe
Subclasses of FailsafeException in dev.failsafeModifier and TypeClassDescriptionclass
Thrown when an execution is attempted against aBulkhead
that is full.class
Thrown when an execution is attempted against aCircuitBreaker
that is open.class
Thrown when an execution exceeds or would exceed aRateLimiter
.class
Thrown when an execution exceeds a configuredTimeout
.