类 AlertException

java.lang.Object
java.lang.Throwable
java.lang.Exception
cn.wjybxx.disruptor.AlertException
所有已实现的接口:
Serializable

public final class AlertException extends Exception
表示屏障关联的生产者或消费者收到了特殊信号 - 其作用类似于中断。 ps: 由于性能原因,该异常不会获取堆栈信息。
另请参阅:
  • 字段详细资料

    • INSTANCE

      public static final AlertException INSTANCE
      Pre-allocated exception to avoid garbage generation
  • 方法详细资料

    • fillInStackTrace

      public Throwable fillInStackTrace()
      Overridden so the stack trace is not filled in for this exception for performance reasons.
      覆盖:
      fillInStackTrace 在类中 Throwable
      返回:
      this instance.