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, setCorrelationIdcopy, getCommandId, isBrokerInfo, isMarshallAware, isMessage, isMessageAck, isMessageDispatch, isMessageDispatchNotification, isResponseRequired, isShutdownInfo, isWireFormatInfo, setCommandId, setResponseRequired, 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 © 2011–2014 Red Hat. All rights reserved.