JCAT
v0.3.1

javax.csapi.cc.jcc
Class PlatformException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.csapi.cc.jcc.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.

Since:
1.0b
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, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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.

JCAT
v0.3.1

August, 2003
If you have any comments or queries, please mail them to JSR-122-EG@JCP.ORG

Copyright - 2001, 2003 Sun Microsystems