|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.activemq.command.BaseCommand
org.apache.activemq.command.Response
org.apache.activemq.command.ExceptionResponse
public class ExceptionResponse
| Field Summary | |
|---|---|
static byte |
DATA_STRUCTURE_TYPE
|
| Fields inherited from class org.apache.activemq.command.BaseCommand |
|---|
commandId, responseRequired |
| Constructor Summary | |
|---|---|
ExceptionResponse()
|
|
ExceptionResponse(java.lang.Throwable e)
|
|
| Method Summary | |
|---|---|
byte |
getDataStructureType()
|
java.lang.Throwable |
getException()
|
boolean |
isException()
|
void |
setException(java.lang.Throwable exception)
|
| Methods inherited from class org.apache.activemq.command.Response |
|---|
getCorrelationId, isResponse, setCorrelationId, visit |
| Methods inherited from class org.apache.activemq.command.BaseCommand |
|---|
copy, getCommandId, getFrom, getTo, isBrokerInfo, isConnectionControl, isMarshallAware, isMessage, isMessageAck, isMessageDispatch, isMessageDispatchNotification, isResponseRequired, isShutdownInfo, isWireFormatInfo, setCommandId, setFrom, setResponseRequired, setTo, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final byte DATA_STRUCTURE_TYPE
| Constructor Detail |
|---|
public ExceptionResponse()
public ExceptionResponse(java.lang.Throwable e)
| Method Detail |
|---|
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 Response
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||