Class ActiveMQStompException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.activemq.artemis.core.protocol.stomp.ActiveMQStompException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
ConstructorsConstructorDescriptionActiveMQStompException(int code, String details) ActiveMQStompException(String msg, Throwable t) ActiveMQStompException(StompConnection connection, String msg) -
Method Summary
Modifier and TypeMethodDescriptionintgetCode()getFrame()voidvoidsetCode(int newCode) voidsetDisconnect(boolean b) setHandler(VersionedStompFrameHandler frameHandler) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
NONE
public static final int NONE- See Also:
-
INVALID_EOL_V10
public static final int INVALID_EOL_V10- See Also:
-
INVALID_COMMAND
public static final int INVALID_COMMAND- See Also:
-
UNDEFINED_ESCAPE
public static final int UNDEFINED_ESCAPE- See Also:
-
-
Constructor Details
-
ActiveMQStompException
-
ActiveMQStompException
-
ActiveMQStompException
-
ActiveMQStompException
-
-
Method Details
-
setBody
-
getFrame
-
setDisconnect
public void setDisconnect(boolean b) -
getCode
public int getCode() -
setCode
public void setCode(int newCode) -
setHandler
-