Class ResilientTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.teceli.resiliencia.core.api.ResilientException
io.github.teceli.resiliencia.core.api.ResilientTimeoutException
- All Implemented Interfaces:
Serializable
Thrown when an operation does not complete within the configured timeout.
The operation's thread has been interrupted by the time this is thrown; whether the
operation actually stopped depends on it responding to interruption.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResilientTimeoutException
-
-
Method Details
-
timeout
The configured timeout that was exceeded.
-