Package | Description |
---|---|
com.ibm.tivoli.imi.controller |
Modifier and Type | Field and Description |
---|---|
static TsdIMException.Code |
TsdIMException.Code.CHAT_ABORTED_NOT_SAVED |
static TsdIMException.Code |
TsdIMException.Code.CHAT_ABORTION_EXCEPTION |
static TsdIMException.Code |
TsdIMException.Code.INVALID_CHAT_IDENTIFIER
This exception is used when a chat window (JavaScript on client side)
attempts to get a ChatHelper but does not have a valid identifier.
|
static TsdIMException.Code |
TsdIMException.Code.NLS_RESOURCE_BUNDLE |
Modifier and Type | Method and Description |
---|---|
TsdIMException.Code |
TsdIMException.getCode() |
static TsdIMException.Code |
TsdIMException.Code.valueOf(java.lang.String name) |
static TsdIMException.Code[] |
TsdIMException.Code.values() |
Constructor and Description |
---|
TsdIMException(TsdIMException.Code code) |
TsdIMException(TsdIMException.Code code,
java.lang.String message) |
TsdIMException(TsdIMException.Code code,
java.lang.String message,
java.lang.Throwable throwable) |
TsdIMException(TsdIMException.Code code,
java.lang.Throwable throwable) |