Class DisruptorNotStartedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.camel.component.disruptor.DisruptorNotStartedException
All Implemented Interfaces:
Serializable

public class DisruptorNotStartedException extends Exception
This exception is thrown when a producer attempts to publish an exchange while the Disruptor is not yet started or already shut down
See Also:
  • Constructor Details

    • DisruptorNotStartedException

      public DisruptorNotStartedException()
    • DisruptorNotStartedException

      public DisruptorNotStartedException(String message)
    • DisruptorNotStartedException

      public DisruptorNotStartedException(String message, Throwable cause)
    • DisruptorNotStartedException

      public DisruptorNotStartedException(Throwable cause)