|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITsapiException
The ITsapiException interface adds an errorType and errorCode to all Jtapi exceptions. When the errorType is ACS or CSTA, the errorCode will contain the Tsapi ACS or CSTA error code which is documented in the Troubleshooting section of the Telephony Services Administration and Maintenance document (netmangd.pdf).
| Field Summary | |
|---|---|
static int |
ACS
Error Type of ACS. |
static int |
CSTA
Error Type of CSTA. |
static int |
EC_INVALID_CONF
Error Code implying confirmation is invalid. |
static int |
EC_NORMAL
Error Code of NORMAL. |
static int |
EC_PROVIDER_OUT_OF_SERVICE
Error Code implying Provider is OUT_OF_SERVICE. |
static int |
INTERNAL
Failure is internal to this Jtapi implementation. |
static int |
JTAPI
Failed to meet some Jtapi condition. |
static int |
NORMAL
Error Type of Normal. |
| Method Summary | |
|---|---|
int |
getErrorCode()
Returns the error code. |
int |
getErrorType()
Returns the error type. |
| Field Detail |
|---|
static final int NORMAL
static final int ACS
static final int CSTA
static final int JTAPI
static final int INTERNAL
static final int EC_NORMAL
static final int EC_INVALID_CONF
static final int EC_PROVIDER_OUT_OF_SERVICE
| Method Detail |
|---|
int getErrorType()
int getErrorCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||