public class HornetQStompException extends Exception
Modifier and Type | Field and Description |
---|---|
static int |
INVALID_COMMAND |
static int |
INVALID_EOL_V10 |
static int |
NONE |
Constructor and Description |
---|
HornetQStompException(int code,
String details) |
HornetQStompException(StompConnection connection,
String msg) |
HornetQStompException(String msg) |
HornetQStompException(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) |
void |
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 HornetQStompException(StompConnection connection, String msg)
public HornetQStompException(String msg)
public HornetQStompException(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 void setHandler(VersionedStompFrameHandler frameHandler)
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.