All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.telephony.JtapiPeerUnavailableException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.telephony.JtapiPeerUnavailableException

public class JtapiPeerUnavailableException
extends Exception
The JtapiPeerUnavailableException indicates that the JtapiPeer (i.e. a particular implementation of the Java Telephony API is unavailable.


Constructor Index

 o JtapiPeerUnavailableException()
Constructor with no string.
 o JtapiPeerUnavailableException(String)
Constructor which takes a string description.

Constructors

 o JtapiPeerUnavailableException
 public JtapiPeerUnavailableException()
Constructor with no string.

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index