public class SmqException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
static short |
ACCESS_DENIED |
static short |
CANNOT_CONNECT |
static short |
CLIENT_CERTIFICATE_NOT_ACCEPTED |
static short |
CLIENT_CERTIFICATE_REQUIRED |
static short |
DISCONNECT |
static short |
INCORRECT_CREDENTIALS |
static short |
INVALID_ARG |
static short |
INVALID_STATE |
static short |
NON_200_RESPONSE_CODE |
static short |
PONG_TMO |
static short |
PROTOCOL_ERROR |
static short |
SERVER_DISCONNECT |
static short |
SERVER_UNAVAILABLE |
static short |
SSL_NOT_SUPPORTED |
static short |
UNACCEPTABLE_PROTOCOL_VERSION |
static short |
URL_NOT_A_BROKER |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause() |
short |
getReason() |
java.lang.String |
toString() |
public static final short UNACCEPTABLE_PROTOCOL_VERSION
public static final short SERVER_UNAVAILABLE
public static final short INCORRECT_CREDENTIALS
public static final short CLIENT_CERTIFICATE_REQUIRED
public static final short CLIENT_CERTIFICATE_NOT_ACCEPTED
public static final short ACCESS_DENIED
public static final short CANNOT_CONNECT
public static final short DISCONNECT
public static final short INVALID_STATE
public static final short NON_200_RESPONSE_CODE
public static final short PONG_TMO
public static final short PROTOCOL_ERROR
public static final short SERVER_DISCONNECT
public static final short SSL_NOT_SUPPORTED
public static final short URL_NOT_A_BROKER
public static final short INVALID_ARG