Class StompFrameError
- java.lang.Object
-
- org.apache.activemq.transport.stomp.StompFrame
-
- org.apache.activemq.transport.stomp.StompFrameError
-
- All Implemented Interfaces:
Command
,DataStructure
public class StompFrameError extends StompFrame
Command indicating that an invalid Stomp Frame was received.- Author:
- chirino
-
-
Field Summary
-
Fields inherited from class org.apache.activemq.transport.stomp.StompFrame
NO_DATA
-
-
Constructor Summary
Constructors Constructor Description StompFrameError(ProtocolException exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtocolException
getException()
-
Methods inherited from class org.apache.activemq.transport.stomp.StompFrame
format, format, getAction, getBody, getCommandId, getContent, getDataStructureType, getFrom, getHeaders, getTo, getTransportContext, isBrokerInfo, isConnectionControl, isConsumerControl, isMarshallAware, isMessage, isMessageAck, isMessageDispatch, isMessageDispatchNotification, isResponse, isResponseRequired, isShutdownInfo, isWireFormatInfo, setAction, setCommandId, setContent, setFrom, setHeaders, setResponseRequired, setTo, setTransportContext, toString, visit
-
-
-
-
Constructor Detail
-
StompFrameError
public StompFrameError(ProtocolException exception)
-
-
Method Detail
-
getException
public ProtocolException getException()
-
-