JCC
v1.0

jain.application.services.jcp
Class PlatformException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jain.application.services.jcp.PlatformException
All Implemented Interfaces:
java.io.Serializable

public class PlatformException
extends java.lang.RuntimeException

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

See Also:
Serialized Form

Constructor Summary
PlatformException()
          Constructor with no string.
PlatformException(java.lang.String s)
          Constructor which takes a string description.
 
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()
Constructor with no string.

PlatformException

public PlatformException(java.lang.String s)
Constructor which takes a string description.
Parameters:
s - description of the fault.

JCC
v1.0

January 19, 2001
If you have any comments or queries, please mail them to m-JAIN-JCC@notes.cc.telcordia.com

Copyright - 2001 Sun Microsystems