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:
- The supplied className refers to a class that is not located within class
searchpath.
- The peer JAIN IP class is located within the
pathName but the
supplied classname is incorrect. Note that a fully qualified classname
must be supplied. ie. - "jain.protocol.ip.sip.JainSipStackImpl"
- Version:
- 0.6
- See Also:
- Serialized Form
| 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 |
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