Class ChainConsumerNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.camel.CamelException
org.apache.camel.CamelExchangeException
org.qubership.integration.platform.engine.camel.components.directvm.ChainConsumerNotAvailableException
- All Implemented Interfaces:
Serializable
public class ChainConsumerNotAvailableException
extends org.apache.camel.CamelExchangeException
Exception thrown when no consumers are available.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionChainConsumerNotAvailableException(String message, org.apache.camel.Exchange exchange) -
Method Summary
Methods inherited from class org.apache.camel.CamelExchangeException
createExceptionMessage, getExchangeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ChainConsumerNotAvailableException
-