Package | Description |
---|---|
com.ibm.tivoli.imi.controller |
Modifier and Type | Method and Description |
---|---|
TsdIMException.Code |
TsdIMException.getCode() |
static TsdIMException.Code |
TsdIMException.Code.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TsdIMException.Code[] |
TsdIMException.Code.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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) |