org.apache.camel.component.jms.reply
Class UnknownReplyMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.RuntimeCamelException
org.apache.camel.component.jms.reply.UnknownReplyMessageException
- All Implemented Interfaces:
- Serializable
public class UnknownReplyMessageException
- extends RuntimeCamelException
A reply message which cannot be correlated to a match request message.
- Version:
- $Revision: 20573 $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnknownReplyMessageException
public UnknownReplyMessageException(String text,
Message replyMessage,
String correlationId)
getReplyMessage
public Message getReplyMessage()
- The unknown reply message
getCorrelationId
public String getCorrelationId()
- The correlation id of the reply message
Apache CAMEL