jain.protocol.ip.sip
Class BodyNotSetException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jain.protocol.ip.IPException
                    |
                    +--jain.protocol.ip.sip.SipException
                          |
                          +--jain.protocol.ip.sip.BodyNotSetException

public class BodyNotSetException
extends SipException

This exception is thrown if an attempt is made to perform any method on a bodyless Message that relies on the existemce of a Message body.

Version:
0.6
See Also:
Message, Serialized Form

Constructor Summary
BodyNotSetException()
           
BodyNotSetException(java.lang.String 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

BodyNotSetException

public BodyNotSetException(java.lang.String message)

BodyNotSetException

public BodyNotSetException()


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


Copyright - 2000 Sun Microsystems