Package com.lmax.disruptor
Class TimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.lmax.disruptor.TimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public final class TimeoutException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static TimeoutException
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
TimeoutException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
fillInStackTrace()
-
-
-
Field Detail
-
INSTANCE
public static final TimeoutException INSTANCE
-
-