public static enum IMException.Code extends java.lang.Enum<IMException.Code>
Modifier and Type | Method and Description |
---|---|
static IMException.Code |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IMException.Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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()
for (IMException.Code c : IMException.Code.values()) System.out.println(c);
public static IMException.Code valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null