|
SolarMetric Kodo JDO 3.2.4 generated on January 7 2005 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--javax.jdo.JDOException
|
+--javax.jdo.JDOCanRetryException
|
+--javax.jdo.JDODataStoreException
|
+--kodo.util.DataStoreException
Serializable extensions of the JDODataStoreException.
| Constructor Summary | |
DataStoreException()
|
|
DataStoreException(String msg)
|
|
DataStoreException(String msg,
Object failed)
|
|
DataStoreException(String msg,
Throwable nested)
|
|
DataStoreException(String msg,
Throwable[] nested)
|
|
DataStoreException(String msg,
Throwable[] nested,
Object failed)
|
|
DataStoreException(String msg,
Throwable nested,
Object failed)
|
|
| Method Summary | |
protected DataStoreException |
newSerializableInstance(String msg,
Throwable[] nested,
Object failed)
Return a new instance of this class with the given state, and add any additional serializable state from this instance. |
String |
toString()
Bypass the standard JDOException.toString() method, since
it has the potential for infinite recursion if the failed object
references persistent fields whose access may cause another exception. |
Object |
writeReplace()
|
| Methods inherited from class javax.jdo.JDOException |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace |
| 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 |
public DataStoreException()
public DataStoreException(String msg)
public DataStoreException(String msg,
Object failed)
public DataStoreException(String msg,
Throwable nested)
public DataStoreException(String msg,
Throwable[] nested)
public DataStoreException(String msg,
Throwable nested,
Object failed)
public DataStoreException(String msg,
Throwable[] nested,
Object failed)
| Method Detail |
public Object writeReplace()
throws ObjectStreamException
protected DataStoreException newSerializableInstance(String msg,
Throwable[] nested,
Object failed)
public String toString()
JDOException.toString() method, since
it has the potential for infinite recursion if the failed object
references persistent fields whose access may cause another exception.toString in class JDOException
|
SolarMetric Kodo JDO 3.2.4 generated on January 7 2005 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||