JSR-043: JTAPI-1.4

javax.telephony
Class JtapiPeerUnavailableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--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.

See Also:
Serialized Form

Constructor Summary
JtapiPeerUnavailableException()
          Constructor with no string.
JtapiPeerUnavailableException(java.lang.String s)
          Constructor which takes a string description.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, 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

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org