jain.protocol.ss7
Class SS7Exception

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

public class SS7Exception
extends java.lang.Exception

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

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 - the message detail of this Exception.

SS7Exception

public SS7Exception()
Constructs a new SS7 Exception


06 January 2000
If you have any comments or queries, please mail them to Colm Hayden [JAIN SS7 OAM Edit Lead]

Copyright - 2000 Sun Microsystems