public class ExceptionResponse extends Response
| Modifier and Type | Field and Description |
|---|---|
static byte |
DATA_STRUCTURE_TYPE |
commandId, responseRequired| Constructor and Description |
|---|
ExceptionResponse() |
ExceptionResponse(Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getDataStructureType() |
Throwable |
getException() |
boolean |
isException() |
void |
setException(Throwable exception) |
getCorrelationId, isResponse, setCorrelationId, visitcopy, getCommandId, getFrom, getTo, isBrokerInfo, isConnectionControl, isConsumerControl, isMarshallAware, isMessage, isMessageAck, isMessageDispatch, isMessageDispatchNotification, isResponseRequired, isShutdownInfo, isWireFormatInfo, setCommandId, setFrom, setResponseRequired, setTo, toString, toStringpublic static final byte DATA_STRUCTURE_TYPE
public ExceptionResponse()
public ExceptionResponse(Throwable e)
public byte getDataStructureType()
getDataStructureType in interface DataStructuregetDataStructureType in class Responsepublic Throwable getException()
public void setException(Throwable exception)
public boolean isException()
isException in class ResponseCopyright © 2005–2015 FuseSource, Corp.. All rights reserved.