com.avaya.jtapi.tsapi
Class TsapiMethodNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.telephony.MethodNotSupportedException
com.avaya.jtapi.tsapi.TsapiMethodNotSupportedException
- All Implemented Interfaces:
- ITsapiException, java.io.Serializable
- public final class TsapiMethodNotSupportedException
- extends MethodNotSupportedException
- implements ITsapiException
TsapiMethodNotSupportedException extends MethodNotSupportedException to
add implementation specific errorType and errorCode.
See ITsapiException for details on errorType and errorCode.
Note: Since a unique SerialVersionUID is not assigned, serialization of instances of this object is not supported.
- See Also:
- Serialized Form
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 |
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.