public class ActiveMQStompException extends Exception
Modifier and Type | Field and Description |
---|---|
static int |
INVALID_COMMAND |
static int |
INVALID_EOL_V10 |
static int |
NONE |
Constructor and Description |
---|
ActiveMQStompException(int code,
String details) |
ActiveMQStompException(StompConnection connection,
String msg) |
ActiveMQStompException(String msg) |
ActiveMQStompException(String msg,
Throwable t) |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
StompFrame |
getFrame() |
void |
setBody(String body) |
void |
setCode(int newCode) |
void |
setDisconnect(boolean b) |
ActiveMQStompException |
setHandler(VersionedStompFrameHandler frameHandler) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final int NONE
public static final int INVALID_EOL_V10
public static final int INVALID_COMMAND
public ActiveMQStompException(StompConnection connection, String msg)
public ActiveMQStompException(String msg)
public ActiveMQStompException(int code, String details)
public void setBody(String body)
public StompFrame getFrame()
public void setDisconnect(boolean b)
public int getCode()
public void setCode(int newCode)
public ActiveMQStompException setHandler(VersionedStompFrameHandler frameHandler)
Copyright © 2016 The Apache Software Foundation. All rights reserved.