Package org.apache.camel.component.seda
Class SedaConsumerNotAvailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.camel.CamelException
-
- org.apache.camel.CamelExchangeException
-
- org.apache.camel.component.seda.SedaConsumerNotAvailableException
-
- All Implemented Interfaces:
Serializable
public class SedaConsumerNotAvailableException extends org.apache.camel.CamelExchangeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SedaConsumerNotAvailableException(String message, org.apache.camel.Exchange exchange)
-
Method Summary
-
Methods inherited from class org.apache.camel.CamelExchangeException
createExceptionMessage, getExchange
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SedaConsumerNotAvailableException
public SedaConsumerNotAvailableException(String message, org.apache.camel.Exchange exchange)
-
-