com.solarmetric.kodo.runtime
Class DataStoreException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--javax.jdo.JDOException
|
+--javax.jdo.JDOCanRetryException
|
+--javax.jdo.JDODataStoreException
|
+--com.solarmetric.kodo.runtime.DataStoreException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ObjectNotFoundException
- public class DataStoreException
- extends JDODataStoreException
- implements Serializable
Serializable extensions of the
JDODataStoreException.
- 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. |
DataStoreException
public DataStoreException()
DataStoreException
public DataStoreException(String msg)
DataStoreException
public DataStoreException(String msg,
Object failed)
DataStoreException
public DataStoreException(String msg,
Throwable nested)
DataStoreException
public DataStoreException(String msg,
Throwable[] nested)
DataStoreException
public DataStoreException(String msg,
Throwable[] nested,
Object failed)
DataStoreException
public DataStoreException(String msg,
Throwable nested,
Object failed)
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.