com.avaya.jtapi.tsapi
Class TsapiPrivilegeViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.telephony.PrivilegeViolationException
com.avaya.jtapi.tsapi.TsapiPrivilegeViolationException
- All Implemented Interfaces:
- ITsapiException, java.io.Serializable
public final class TsapiPrivilegeViolationException
- extends PrivilegeViolationException
- implements ITsapiException
TsapiPrivilegeViolationException extends PrivilegeViolationException to add acs / csta error codes.
- 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 |
TsapiPrivilegeViolationException
public TsapiPrivilegeViolationException(int _errorType,
int _errorCode,
int type)
- Constructor.
TsapiPrivilegeViolationException
public TsapiPrivilegeViolationException(int _errorType,
int _errorCode,
int type,
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 © 2006 Avaya All Rights Reserved.