Class TimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lmax.disruptor.TimeoutException
All Implemented Interfaces:
Serializable

public final class TimeoutException extends Exception
Wait strategies may throw this Exception to inform callers that a message has not been detected within a specific time window. For efficiency, a single instance is provided.
See Also:
  • Field Details

    • INSTANCE

      public static final TimeoutException INSTANCE
      The efficiency saving singleton instance
  • Constructor Details

    • TimeoutException

      private TimeoutException()
  • Method Details