Uses of Class
dev.failsafe.FailsafeException
Packages that use FailsafeException
-
Uses of FailsafeException in dev.failsafe
Subclasses of FailsafeException in dev.failsafeModifier and TypeClassDescriptionclassThrown when an execution is attempted against aBulkheadthat is full.classThrown when an execution is attempted against aCircuitBreakerthat is open.classThrown when an execution exceeds or would exceed aRateLimiter.classThrown when an execution exceeds a configuredTimeout.