JAIN TCAP API
v1.1 - 5th Sept 2001

jain
Class PlatformException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jain.JainException
                    |
                    +--jain.PlatformException
All Implemented Interfaces:
java.io.Serializable

public class PlatformException
extends JainException

A PlatformException indicates an implementation specific exception. The specific exceptions which implementations throw would be documented in their release notes.

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

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

PlatformException

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

PlatformException

public PlatformException()
Constructs a new PlatformException

JAIN TCAP API
v1.1 - 5th Sept 2001

Email comments to [email protected]