com.avaya.jtapi.tsapi
Class TsapiInvalidStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.telephony.InvalidStateException
com.avaya.jtapi.tsapi.TsapiInvalidStateException
- All Implemented Interfaces:
- ITsapiException, java.io.Serializable
- public final class TsapiInvalidStateException
- extends InvalidStateException
- implements ITsapiException
TsapiInvalidStateException extends Jtapi InvalidStateException to
add implementation specific errorType and errorCode.
See ITsapiException for details on errorType and errorCode.
- See Also:
- Serialized Form
Constructor Summary |
protected |
TsapiInvalidStateException(int _errorType,
int _errorCode,
java.lang.Object object,
int type,
int state)
Constructor. |
protected |
TsapiInvalidStateException(int _errorType,
int _errorCode,
java.lang.Object object,
int type,
int state,
java.lang.String s)
Constructor. |
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 |
TsapiInvalidStateException
protected TsapiInvalidStateException(int _errorType,
int _errorCode,
java.lang.Object object,
int type,
int state)
- Constructor.
TsapiInvalidStateException
protected TsapiInvalidStateException(int _errorType,
int _errorCode,
java.lang.Object object,
int type,
int state,
java.lang.String s)
- Constructor.
getErrorType
public int getErrorType()
- Returns the error type.
- Specified by:
getErrorType
in interface ITsapiException
getErrorCode
public int getErrorCode()
- Returns the error code.
- Specified by:
getErrorCode
in interface ITsapiException
Copyright © 2005 Avaya All Rights Reserved.