|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.transport.stomp.StompFrame
org.apache.activemq.transport.stomp.StompFrameError
public class StompFrameError
Command indicating that an invalid Stomp Frame was received.
Constructor Summary | |
---|---|
StompFrameError(ProtocolException exception)
|
Method Summary | |
---|---|
ProtocolException |
getException()
|
Methods inherited from class org.apache.activemq.transport.stomp.StompFrame |
---|
getAction, getCommandId, getContent, getDataStructureType, getFrom, getHeaders, getTo, isBrokerInfo, isMarshallAware, isMessage, isMessageAck, isMessageDispatch, isMessageDispatchNotification, isResponse, isResponseRequired, isShutdownInfo, isWireFormatInfo, setAction, setCommandId, setContent, setFrom, setHeaders, setResponseRequired, setTo, toString, visit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StompFrameError(ProtocolException exception)
Method Detail |
---|
public ProtocolException getException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |