JAIN TCAP API
v1.1 - 5th Sept 2001

jain
Class DeleteProviderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jain.JainException
                    |
                    +--jain.DeleteProviderException
All Implemented Interfaces:
java.io.Serializable

public class DeleteProviderException
extends JainException

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

Version:
1.1
Author:
Sun Microsystems Inc.
See Also:
Serialized Form

Constructor Summary
DeleteProviderException()
          Constructs a new DeleteProviderException
DeleteProviderException(java.lang.String msg)
          Constructs a new DeleteProviderException with the specified detail message.
 
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(java.lang.String msg)
Constructs a new DeleteProviderException with the specified detail message.
Parameters:
msg - the detail of the message

DeleteProviderException

public DeleteProviderException()
Constructs a new DeleteProviderException

JAIN TCAP API
v1.1 - 5th Sept 2001

Email comments to [email protected]