jain.protocol.ss7
Class SS7Exception

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jain.protocol.ss7.SS7Exception
Direct Known Subclasses:
SS7ListenerAlreadyRegisteredException, SS7ListenerNotRegisteredException, SS7PeerUnavailableException, TcapException

public class SS7Exception
extends java.lang.Exception

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

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

Constructor Summary
SS7Exception()
          Constructs a new Jain SS7 Exception
SS7Exception(java.lang.String msg)
          Constructs a new Jain 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SS7Exception

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

SS7Exception

public SS7Exception()
Constructs a new Jain SS7 Exception


28 June 2000
If you have any comments or queries, please mail them to JainTcapApiFeedback@AePONA.Com

Copyright - 2000 Sun Microsystems