|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.lmax.disruptor.TimeoutException
public class TimeoutException
Used to signal that an operation has timed out and been aborted.
It does not fill in a stack trace for performance reasons.
| Field Summary | |
|---|---|
static TimeoutException |
INSTANCE
Pre-allocated exception to avoid garbage generation |
| Method Summary | |
|---|---|
java.lang.Throwable |
fillInStackTrace()
Overridden so the stack trace is not filled in for this exception for performance reasons. |
| Methods inherited from class java.lang.Throwable |
|---|
getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final TimeoutException INSTANCE
| Method Detail |
|---|
public java.lang.Throwable fillInStackTrace()
fillInStackTrace in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||