JAIN TCAP API
v1.1 - 5th Sept 2001

jain.protocol.ss7
Class SS7Exception

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jain.JainException
                    |
                    +--jain.protocol.ss7.SS7Exception
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IdNotAvailableException, SS7ListenerAlreadyRegisteredException, SS7ListenerNotRegisteredException, SS7PeerUnavailableException, TcapException, UserAddressEmptyException, UserAddressLimitException, VersionNotSupportedException

public class SS7Exception
extends JainException

This SS7 Exception is thrown when a general SS7 Error is encountered, and may be used when no other specific SS7 Excepion is relevant.

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

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

SS7Exception

public SS7Exception(java.lang.String msg)
Constructs a new SS7 Exception with the specified detail message.
Parameters:
msg - Description of Parameter

SS7Exception

public SS7Exception()
Constructs a new SS7 Exception

JAIN TCAP API
v1.1 - 5th Sept 2001

Email comments to [email protected]