org.apache.camel.component.disruptor
Class DisruptorNotStartedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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:
Serialized Form

Constructor Summary
DisruptorNotStartedException()
           
DisruptorNotStartedException(String message)
           
DisruptorNotStartedException(String message, Throwable cause)
           
DisruptorNotStartedException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DisruptorNotStartedException

public DisruptorNotStartedException()

DisruptorNotStartedException

public DisruptorNotStartedException(String message)

DisruptorNotStartedException

public DisruptorNotStartedException(String message,
                                    Throwable cause)

DisruptorNotStartedException

public DisruptorNotStartedException(Throwable cause)


Apache Camel