JCC
v0.9.2

jain.application.services.jcp
Class PlatformException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jain.application.services.jcp.PlatformException

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
v0.9.2

29 Oct 2000
If you have any comments or queries, please mail them to jcc@research.telcordia.com


Copyright-2000 Sun Microsystems