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 |
setDisconnect(boolean b) |
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()
Copyright © 2018 JBoss by Red Hat. All rights reserved.