Package dev.failsafe

Class FailsafeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BulkheadFullException, CircuitBreakerOpenException, RateLimitExceededException, TimeoutExceededException

public class FailsafeException extends RuntimeException
Thrown when a synchronous Failsafe execution fails with an Exception, wrapping the underlying exception. Use Throwable.getCause() to learn the cause of the failure.
See Also:
  • Field Details

  • Constructor Details

    • FailsafeException

      public FailsafeException()
    • FailsafeException

      public FailsafeException(Throwable t)