public static class IMException.Code
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static IMException.Code |
CONNECTION_TIMEOUT |
static IMException.Code |
IM_EXCEPTION |
static IMException.Code |
IM_SESSION_CLOSED |
static IMException.Code |
INVALID_ACCOUNT |
static IMException.Code |
INVALID_CON_TIMEOUT |
static IMException.Code |
INVALID_DRIVER |
static IMException.Code |
INVALID_IM_SERVER |
static IMException.Code |
INVALID_IM_SERVER_PORT |
static IMException.Code |
INVALID_IM_SERVICE_NAME |
static IMException.Code |
INVALID_RESOLVE_TIMEOUT |
static IMException.Code |
MESSAGE_TOO_LONG |
static IMException.Code |
NOT_IMPLEMENTED_YET |
static IMException.Code |
RESOLVE_EXCEPTION |
static IMException.Code |
SERVER_EXCEPTION |
Modifier and Type | Method and Description |
---|---|
static IMException.Code |
valueOf(java.lang.String name) |
static IMException.Code[] |
values() |
public static final IMException.Code IM_EXCEPTION
public static final IMException.Code INVALID_DRIVER
public static final IMException.Code IM_SESSION_CLOSED
public static final IMException.Code RESOLVE_EXCEPTION
public static final IMException.Code INVALID_IM_SERVER
public static final IMException.Code CONNECTION_TIMEOUT
public static final IMException.Code INVALID_ACCOUNT
public static final IMException.Code INVALID_CON_TIMEOUT
public static final IMException.Code INVALID_RESOLVE_TIMEOUT
public static final IMException.Code MESSAGE_TOO_LONG
public static final IMException.Code INVALID_IM_SERVER_PORT
public static final IMException.Code INVALID_IM_SERVICE_NAME
public static final IMException.Code NOT_IMPLEMENTED_YET
public static final IMException.Code SERVER_EXCEPTION
public static IMException.Code[] values()
public static IMException.Code valueOf(java.lang.String name)