Class DisruptorNotStartedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.camel.component.disruptor.DisruptorNotStartedException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionDisruptorNotStartedException(String message) DisruptorNotStartedException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DisruptorNotStartedException
public DisruptorNotStartedException() -
DisruptorNotStartedException
-
DisruptorNotStartedException
-
DisruptorNotStartedException
-