Package com.lmax.disruptor
Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lmax.disruptor.TimeoutException
- All Implemented Interfaces:
Serializable
Wait strategies may throw this Exception to inform callers that a
message has not been detected within a specific time window.
For efficiency, a single instance is provided.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TimeoutExceptionThe efficiency saving singleton instance -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
INSTANCE
The efficiency saving singleton instance
-
-
Constructor Details
-
TimeoutException
private TimeoutException()
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTracein classThrowable
-