com.solarmetric.kodo.runtime
Class FatalDataStoreException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--javax.jdo.JDOException
|
+--javax.jdo.JDOFatalException
|
+--javax.jdo.JDOFatalDataStoreException
|
+--com.solarmetric.kodo.runtime.FatalDataStoreException
- All Implemented Interfaces:
- Serializable
- public class FatalDataStoreException
- extends JDOFatalDataStoreException
- implements Serializable
Serializable extensions of the
JDOFatalDataStoreException.
- See Also:
- Serialized Form
|
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. |
FatalDataStoreException
public FatalDataStoreException()
FatalDataStoreException
public FatalDataStoreException(String msg)
FatalDataStoreException
public FatalDataStoreException(String msg,
Throwable nested)
FatalDataStoreException
public FatalDataStoreException(String msg,
Throwable[] nested)
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.
Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.