JAINTM MGCP API (DRAFT FOR PUBLIC REVIEW) - Version 0.9 - 16 NOVEMBER 2000

jain.protocol.ip
Class JainIPException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jain.protocol.ip.JainIPException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IPPeerUnavailableException, JainIPMgcpException

public class JainIPException
extends java.lang.Exception
implements java.io.Serializable

The JAIN IP Exception is thrown when a general JAIN IP Error is encountered. It may be used when no other specific Jain IP Exception is relevant. It also serves as a base class from which other Jain IP protocol (e.g., MGCP) exceptions may be derived.

See Also:
Serialized Form

Constructor Summary
JainIPException()
          Default constructor.
JainIPException(java.lang.String msg)
          Constructor that accepts a user-supplied message string.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JainIPException

public JainIPException()
Default constructor.

JainIPException

public JainIPException(java.lang.String msg)
Constructor that accepts a user-supplied message string.
Parameters:
msg - The user-supplied message string.

JAINTM MGCP API (DRAFT FOR PUBLIC REVIEW) - Version 0.9 - 16 NOVEMBER 2000

Copyright © 2000 Sun Microsystems, Inc.