JAIN TCAP API
v1.1 - 5th Sept 2001

jain
Class JainException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jain.JainException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CreateProviderException, DeleteProviderException, InvalidAddressException, InvalidArgumentException, InvalidPathNameException, ListenerAlreadyRegisteredException, ListenerNotRegisteredException, MethodNotSupportedException, ParameterNotSetException, PeerUnavailableException, PlatformException, SS7Exception

public class JainException
extends java.lang.Exception

This Exception is thrown when a general JAIN 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
JainException()
          Constructs a new JainException
JainException(java.lang.String msg)
          Constructs a new JainException 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

JainException

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

JainException

public JainException()
Constructs a new JainException

JAIN TCAP API
v1.1 - 5th Sept 2001

Email comments to [email protected]