jain.protocol.ip
Class IPPeerUnavailableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jain.protocol.ip.IPException
                    |
                    +--jain.protocol.ip.IPPeerUnavailableException

public class IPPeerUnavailableException
extends IPException

The IP Peer Unavailable Exception indicates that the JAIN IP Peer (a particular implementation of JAIN IP) is unavailable on the current system. This Exception is thrown when the method in the class specified is invoked and the class specified by className in not available.

This Exception may be thrown for any one of the following reasons:

Version:
0.6
See Also:
Serialized Form

Constructor Summary
IPPeerUnavailableException()
          Constructs a new IP Peer Unavailable Exception.
IPPeerUnavailableException(java.lang.String msg)
          Constructs a new IP Peer Unavailable Exception with the specified message detail.
 
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

IPPeerUnavailableException

public IPPeerUnavailableException(java.lang.String msg)
Constructs a new IP Peer Unavailable Exception with the specified message detail.
Parameters:
msg - the message detail of this Exception.

IPPeerUnavailableException

public IPPeerUnavailableException()
Constructs a new IP Peer Unavailable Exception.


If you have any comments or queries, please mail them to JAIN-SIP-interest@sun.com


Copyright - 2000 Sun Microsystems