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

jain.protocol.ip.mgcp
Class DeleteProviderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jain.protocol.ip.JainIPException
                    |
                    +--jain.protocol.ip.mgcp.JainIPMgcpException
                          |
                          +--jain.protocol.ip.mgcp.DeleteProviderException
All Implemented Interfaces:
java.io.Serializable

public class DeleteProviderException
extends JainIPMgcpException
implements java.io.Serializable

The DeleteProviderException is thrown when a problem is encountered while trying to delete an object that implements the JainMgcpProvider interface.

See Also:
Serialized Form

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

DeleteProviderException

public DeleteProviderException()
Default constructor.

DeleteProviderException

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