jain.protocol.ss7.tcap
Class TcapException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jain.protocol.ss7.SS7Exception
                    |
                    +--jain.protocol.ss7.tcap.TcapException
Direct Known Subclasses:
IdNotAvailableException, MandatoryParameterNotSetException, ParameterNotSetException, ProviderNotAttachedException, UnableToDeleteProviderException

public class TcapException
extends SS7Exception

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

Version:
1.0
Author:
Colm Hayden & Phelim O'Doherty
See Also:
Serialized Form

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

TcapException

public TcapException()
Constructs a new TcapException


01 September 99
If you have any comments or queries, please mail them to JainTcap@Sun.Com

Copyright - 1999 Sun Microsystems