JAIN TCAP API
v1.1 - 5th Sept 2001

jain.protocol.ss7.tcap
Class UnableToDeleteProviderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jain.JainException
                    |
                    +--jain.protocol.ss7.SS7Exception
                          |
                          +--jain.protocol.ss7.tcap.TcapException
                                |
                                +--jain.protocol.ss7.tcap.UnableToDeleteProviderException
All Implemented Interfaces:
java.io.Serializable

Deprecated. As of JAIN TCAP v1.1. This class is no longer needed as a result of the addition of the DeleteProviderException class.

public class UnableToDeleteProviderException
extends TcapException

This exception is thrown if the deleteProvider() method of a JainTcapStack is invoked to delete a JainTcapProvider but the deletion is not allowed. This may be because the JainTcapProvider has already been deleted, or because the JainTcapProvider is in use.

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

Constructor Summary
UnableToDeleteProviderException()
          Deprecated. Constructs a new UnableToDeleteProviderException
UnableToDeleteProviderException(java.lang.String msg)
          Deprecated. Constructs a new UnableToDeleteProviderException 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

UnableToDeleteProviderException

public UnableToDeleteProviderException(java.lang.String msg)
Deprecated. 
Constructs a new UnableToDeleteProviderException with the specified detail message.
Parameters:
msg - the detail message

UnableToDeleteProviderException

public UnableToDeleteProviderException()
Deprecated. 
Constructs a new UnableToDeleteProviderException

JAIN TCAP API
v1.1 - 5th Sept 2001

Email comments to [email protected]