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