com.avaya.jtapi.tsapi
Class TsapiResourceUnavailableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.telephony.ResourceUnavailableException
              extended bycom.avaya.jtapi.tsapi.TsapiResourceUnavailableException
All Implemented Interfaces:
ITsapiException, java.io.Serializable

public final class TsapiResourceUnavailableException
extends ResourceUnavailableException
implements ITsapiException

TsapiResourceUnavailableException extends Jtapi ResourceUnavailableException to add implementation specific errorType and errorCode.

See ITsapiException for details on errorType and errorCode.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.telephony.ResourceUnavailableException
NO_DIALTONE, OBSERVER_LIMIT_EXCEEDED, ORIGINATOR_UNAVAILABLE, OUTSTANDING_METHOD_EXCEEDED, TRUNK_LIMIT_EXCEEDED, UNKNOWN, UNSPECIFIED_LIMIT_EXCEEDED, USER_RESPONSE
 
Fields inherited from interface com.avaya.jtapi.tsapi.ITsapiException
ACS, CSTA, EC_INVALID_CONF, EC_NORMAL, EC_PROVIDER_OUT_OF_SERVICE, INTERNAL, JTAPI, NORMAL
 
Method Summary
 int getErrorCode()
          Returns the error code.
 int getErrorType()
          Returns the error type.
 
Methods inherited from class javax.telephony.ResourceUnavailableException
getType
 
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
 

Method Detail

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.