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

jain.protocol.ip.mgcp
Class JainIPMgcpException

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

public class JainIPMgcpException
extends JainIPException
implements java.io.Serializable

The JainIPMgcpException is used a base class from which specific JAIN MGCP exceptions derive and can be thrown (and caught) when no specific JAIN MGCP exception is applicable.

See Also:
Serialized Form

Constructor Summary
JainIPMgcpException()
          Default constructor.
JainIPMgcpException(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

JainIPMgcpException

public JainIPMgcpException()
Default constructor.

JainIPMgcpException

public JainIPMgcpException(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.