public final class AlertException
extends java.lang.Exception
EventProcessor
s waiting at a SequenceBarrier
of status changes.
It does not fill in a stack trace for performance reasons.
Modifier and Type | Field and Description |
---|---|
static AlertException |
INSTANCE
Pre-allocated exception to avoid garbage generation
|
Modifier | Constructor and Description |
---|---|
private |
AlertException()
Private constructor so only a single instance exists.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
fillInStackTrace()
Overridden so the stack trace is not filled in for this exception for performance reasons.
|
public static final AlertException INSTANCE