JAIN TCAP API
v1.1 - 5th Sept 2001

jain.protocol.ss7.tcap
Class TcapException

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

Deprecated. As of JAIN TCAP v1.1. This class is no longer needed as a result of JAIN Exception Strategy.

public class TcapException
extends SS7Exception

This Exception is thrown when a general TCAP error is encountered. This Exception may be used when no other exception is relevant.

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

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

TcapException

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

TcapException

public TcapException()
Deprecated. 
Constructs a new TcapException

JAIN TCAP API
v1.1 - 5th Sept 2001

Email comments to [email protected]