jain.protocol.ip
Class IPException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jain.protocol.ip.IPException
Direct Known Subclasses:
IPListenerAlreadyRegisteredException, IPListenerNotRegisteredException, IPPeerUnavailableException, SipException

public class IPException
extends java.lang.Exception

This JAIN IP Exception is thrown when a general JAIN IP Error is encountered, and may be used when no other specific Jain IP Exception is relevant.

Version:
0.6
See Also:
Serialized Form

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

IPException

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

IPException

public IPException()
Constructs a new Jain IP Exception


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


Copyright - 2000 Sun Microsystems