|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.telephony.PlatformException
com.avaya.jtapi.tsapi.TsapiPlatformException
public class TsapiPlatformException
TsapiPlatformException extends Jtapi PlatformException to add implementation specific errorType and errorCode.
See ITsapiException for details on errorType and errorCode.
| Field Summary |
|---|
| Fields inherited from interface com.avaya.jtapi.tsapi.ITsapiException |
|---|
ACS, CSTA, EC_INVALID_CONF, EC_NORMAL, EC_PROVIDER_OUT_OF_SERVICE, INTERNAL, JTAPI, NORMAL |
| Constructor Summary | |
|---|---|
TsapiPlatformException(int _errorType,
int _errorCode)
Constructor. |
|
TsapiPlatformException(int _errorType,
int _errorCode,
java.lang.String s)
Constructor. |
|
| Method Summary | |
|---|---|
int |
getErrorCode()
Returns the error code. |
int |
getErrorType()
Returns the error type. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TsapiPlatformException(int _errorType,
int _errorCode)
public TsapiPlatformException(int _errorType,
int _errorCode,
java.lang.String s)
| Method Detail |
|---|
public int getErrorType()
getErrorType in interface ITsapiExceptionpublic int getErrorCode()
getErrorCode in interface ITsapiException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||