javax.telephony
Class JtapiPeerUnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.telephony.JtapiPeerUnavailableException
All Implemented Interfaces:
java.io.Serializable

public class JtapiPeerUnavailableException
extends java.lang.Exception

The JtapiPeerUnavailableException indicates that the JtapiPeer (that is, a particular implementation of JTAPI) is unavailable on the current system.

Version:
%G% %I%
See Also:
Serialized Form

Constructor Summary
JtapiPeerUnavailableException()
          Constructor with no string.
JtapiPeerUnavailableException(java.lang.String s)
          Constructor which takes a string description.
 
Method Summary
 
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

JtapiPeerUnavailableException

public JtapiPeerUnavailableException()
Constructor with no string.


JtapiPeerUnavailableException

public JtapiPeerUnavailableException(java.lang.String s)
Constructor which takes a string description.

Parameters:
s - description of the fault


Copyright © 2006 Avaya All Rights Reserved.