Package dev.failsafe
Class FailsafeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.failsafe.FailsafeException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BulkheadFullException
,CircuitBreakerOpenException
,RateLimitExceededException
,TimeoutExceededException
public class FailsafeException extends java.lang.RuntimeException
Thrown when a synchronous Failsafe execution fails with anException
, wrapping the underlying exception. UseThrowable.getCause()
to learn the cause of the failure.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description FailsafeException()
FailsafeException(java.lang.Throwable t)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-