Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.vertx.circuitbreaker.TimeoutException
- All Implemented Interfaces:
Serializable
Exception reported when the monitored operation timed out.
For performance reason, this exception does not carry a stack trace. You are not allowed to set a stack trace or a cause to this exception. This immutability allows using a singleton instance.
- Author:
- Clement Escoffier
- See Also:
-
Field Summary
Fields -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, toString
-
Field Details
-
INSTANCE
-
-
Method Details
-
setStackTrace
- Overrides:
setStackTracein classThrowable
-
initCause
-