Uses of Class
jain.protocol.ip.IPException

Packages that use IPException
jain.protocol.ip This package contains the JAIN IP Factory, which is the central creation point for all high level proprietary JAIN IP objects, for example JainSipStack Objects. 
jain.protocol.ip.sip This package contains the main interfaces required to represent JAIN SIP protocol stacks, JAIN SIP applications, as well as the classes and exceptions needed to send and receive JAIN SIP messages. 
 

Uses of IPException in jain.protocol.ip
 

Subclasses of IPException in jain.protocol.ip
 interface IPListenerAlreadyRegisteredException
          This exception is thrown if the add Jain Listener method of a Jain Provider is invoked to add a Jain Listener to the list of registered Event Listeners, and the Jain Listener to be added is already a current registered Event Listener.
 interface IPListenerNotRegisteredException
          This exception is thrown if the remove Jain Listener method of a Jain Provider is invoked to remove a Jain Listener from he list of registered Event Listeners, and the Jain Listener to be removed is not currently a registered Event Listener.
 interface IPPeerUnavailableException
          The IP Peer Unavailable Exception indicates that the JAIN IP Peer (a particular implementation of JAIN IP) is unavailable on the current system.
 

Uses of IPException in jain.protocol.ip.sip
 

Subclasses of IPException in jain.protocol.ip.sip
 interface BodyNotSetException
          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.
 interface HeaderNotSetException
          This exception is thrown if an attempt is made to access a non-existent Header of a Message
 interface ListeningPointUnavailableException
          This Exception is thrown when an attempt is made to create a JainSipProvider with a ListeningPoint which is not owned by the JainSipStack, or if another JainSipProvider is already using the ListeningPoint
 interface ParameterNotSetException
          This exception is thrown if an attempt is made to access a non-existent parameter of a Header
 interface ResponseDoesNotExistException
          This Exception is thrown when a user attempts to get a ResponseMessage for a transaction which has no ResponseMessage
 interface SipException
          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.
 interface TransactionDoesNotExistException
          This Exception is thrown when a user attempts to reference a transaction that does not exist
 interface UnableToDeleteProviderException
          This exception is thrown if the deleteProvider method of a JainSipStack is invoked to delete a JainSipProvider but the deletion is not allowed.
 



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


Copyright - 2000 Sun Microsystems