java.lang.Object
java.lang.Throwable
java.lang.Exception
cn.wjybxx.disruptor.AlertException
- 所有已实现的接口:
Serializable
表示屏障关联的生产者或消费者收到了特殊信号 - 其作用类似于中断。
ps: 由于性能原因,该异常不会获取堆栈信息。
- 另请参阅:
-
字段概要
字段 -
方法概要
修饰符和类型方法说明Overridden so the stack trace is not filled in for this exception for performance reasons.从类继承的方法 java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
字段详细资料
-
INSTANCE
Pre-allocated exception to avoid garbage generation
-
-
方法详细资料
-
fillInStackTrace
Overridden so the stack trace is not filled in for this exception for performance reasons.- 覆盖:
fillInStackTrace在类中Throwable- 返回:
- this instance.
-