Package | Description |
---|---|
com.ibm.tivoli.imi.spi |
Modifier and Type | Method and Description |
---|---|
IMException.Code |
IMException.getCode() |
static IMException.Code |
IMException.Code.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IMException.Code[] |
IMException.Code.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
IMException(IMException.Code code) |
IMException(IMException.Code code,
java.lang.String message) |
IMException(IMException.Code code,
java.lang.String message,
java.lang.Throwable throwable) |
IMException(IMException.Code code,
java.lang.Throwable throwable) |