com.avaya.jtapi.tsapi
Class TsapiSocketException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.telephony.PlatformException
                  extended by com.avaya.jtapi.tsapi.TsapiPlatformException
                      extended by com.avaya.jtapi.tsapi.TsapiSocketException
All Implemented Interfaces:
ITsapiException, java.io.Serializable

public class TsapiSocketException
extends TsapiPlatformException

TsapiSocketException extends TsapiPlatformException to inform applications specifically about socket I/O errors.

See TsapiPlatformException for details on errorType and errorCode.

See Also:
Serialized Form

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
TsapiSocketException(int _errorType, int _errorCode, java.lang.String s)
           
 
Method Summary
 
Methods inherited from class com.avaya.jtapi.tsapi.TsapiPlatformException
getErrorCode, getErrorType
 
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

TsapiSocketException

public TsapiSocketException(int _errorType,
                            int _errorCode,
                            java.lang.String s)


Copyright © 2006 Avaya All Rights Reserved.