jain.protocol.ip.sip
Class SipException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jain.protocol.ip.IPException
                    |
                    +--jain.protocol.ip.sip.SipException
Direct Known Subclasses:
BodyNotSetException, HeaderNotSetException, ListeningPointUnavailableException, ParameterNotSetException, ResponseDoesNotExistException, TransactionDoesNotExistException, UnableToDeleteProviderException

public class SipException
extends IPException

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

Version:
0.6
See Also:
Serialized Form

Constructor Summary
SipException()
          Constructs a new JainSipException
SipException(java.lang.String message)
          Constructs a new JainSipException 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

SipException

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

SipException

public SipException()
Constructs a new JainSipException


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


Copyright - 2000 Sun Microsystems