Package | Description |
---|---|
com.sen.openscape.csta.util |
Contains the public collections of CSTA causes, CSTA configuration information, list of CSTA connection states, and miscellaneous utility classes.
|
Modifier and Type | Method and Description |
---|---|
CstaErrorCause |
CstaException.getErrorCause() |
static CstaErrorCause |
CstaErrorCause.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CstaErrorCause[] |
CstaErrorCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CstaException.setCause(CstaErrorCause cause) |
Constructor and Description |
---|
CstaException(CstaErrorCause cause,
java.lang.String message) |
CstaException(CstaErrorCause cause,
java.lang.String message,
java.lang.Throwable t) |