Package akka.camel
Class AkkaCamelException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.AkkaException
-
- akka.camel.AkkaCamelException
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Serializable
public class AkkaCamelException extends AkkaException
An exception indicating that the exchange to the camel endpoint failed. It contains the failure cause obtained from Exchange.getException and the headers from either the Exchange.getIn message or Exchange.getOut message, depending on the exchange pattern.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AkkaCamelException(java.lang.Throwable cause)
AkkaCamelException(java.lang.Throwable cause, scala.collection.immutable.Map<java.lang.String,java.lang.Object> headers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.collection.immutable.Map<java.lang.String,java.lang.Object>
headers()
-