public class ConnectionError extends BaseCommand
Modifier and Type | Field and Description |
---|---|
static byte |
DATA_STRUCTURE_TYPE |
commandId, responseRequired
Constructor and Description |
---|
ConnectionError() |
Modifier and Type | Method and Description |
---|---|
ConnectionId |
getConnectionId() |
byte |
getDataStructureType() |
Throwable |
getException() |
void |
setConnectionId(ConnectionId connectionId) |
void |
setException(Throwable exception) |
Response |
visit(CommandVisitor visitor) |
copy, getCommandId, getFrom, getTo, isBrokerInfo, isConnectionControl, isConsumerControl, isMarshallAware, isMessage, isMessageAck, isMessageDispatch, isMessageDispatchNotification, isResponse, isResponseRequired, isShutdownInfo, isWireFormatInfo, setCommandId, setFrom, setResponseRequired, setTo, toString, toString
public static final byte DATA_STRUCTURE_TYPE
public ConnectionError()
public byte getDataStructureType()
public Response visit(CommandVisitor visitor) throws Exception
Exception
public Throwable getException()
public void setException(Throwable exception)
public ConnectionId getConnectionId()
public void setConnectionId(ConnectionId connectionId)
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.