SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

com.solarmetric.kodo.runtime
Class FatalException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--javax.jdo.JDOException
                          |
                          +--javax.jdo.JDOFatalException
                                |
                                +--com.solarmetric.kodo.runtime.FatalException
All Implemented Interfaces:
Serializable

public class FatalException
extends JDOFatalException
implements Serializable

Serializable extensions of the JDOFatalException.

See Also:
Serialized Form

Fields inherited from class javax.jdo.JDOException
failed, nested
 
Constructor Summary
FatalException()
           
FatalException(String msg)
           
FatalException(String msg, Object failed)
           
FatalException(String msg, Throwable nested)
           
FatalException(String msg, Throwable[] nested)
           
FatalException(String msg, Throwable[] nested, Object failed)
           
FatalException(String msg, Throwable nested, Object failed)
           
 
Method Summary
 Object writeReplace()
          If the failed object in this exception cannot be serialized, it will be replaced with the Object ID of the object, or the stringified form of the object if it is not persistent.
 
Methods inherited from class javax.jdo.JDOException
, getFailedObject, getNestedExceptions, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FatalException

public FatalException()

FatalException

public FatalException(String msg)

FatalException

public FatalException(String msg,
                      Object failed)

FatalException

public FatalException(String msg,
                      Throwable nested)

FatalException

public FatalException(String msg,
                      Throwable[] nested)

FatalException

public FatalException(String msg,
                      Throwable[] nested,
                      Object failed)

FatalException

public FatalException(String msg,
                      Throwable nested,
                      Object failed)
Method Detail

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
If the failed object in this exception cannot be serialized, it will be replaced with the Object ID of the object, or the stringified form of the object if it is not persistent.

SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.