public class ExceptionResponseMessage extends ResponseMessage
| Constructor and Description |
|---|
ExceptionResponseMessage() |
ExceptionResponseMessage(Message requestMessage,
java.lang.Exception ex) |
| Modifier and Type | Method and Description |
|---|---|
ExceptionData |
getException()
Get the exception data.
|
getRequestIdgetEnqueueTime, getMsgId, getMsgType, getSenderName, isRPC, setEnqueueTime, setEnqueueTime, setMsgType, toBytespublic ExceptionResponseMessage()
public ExceptionResponseMessage(Message requestMessage, java.lang.Exception ex)
public ExceptionData getException()