Serialized Form


Package javax.jdo

Class javax.jdo.JDOCanRetryException extends JDOException implements Serializable

Class javax.jdo.JDODataStoreException extends JDOCanRetryException implements Serializable

Class javax.jdo.JDOException extends java.lang.RuntimeException implements Serializable

Serialized Fields

nested

java.lang.Throwable[] nested
This exception was generated because of an exception in the runtime library.

the nested Throwable array

failed

java.lang.Object failed
This exception may be the result of incorrect parameters supplied to an API. This is the object from which the user can determine the cause of the problem.

the failed Object

inPrintStackTrace

boolean inPrintStackTrace
Flag indicating whether printStackTrace is being executed.

Class javax.jdo.JDOFatalDataStoreException extends JDOFatalException implements Serializable

Class javax.jdo.JDOFatalException extends JDOException implements Serializable

Class javax.jdo.JDOFatalInternalException extends JDOFatalException implements Serializable

Class javax.jdo.JDOFatalUserException extends JDOFatalException implements Serializable

Class javax.jdo.JDOObjectNotFoundException extends JDODataStoreException implements Serializable

Class javax.jdo.JDOOptimisticVerificationException extends JDOFatalDataStoreException implements Serializable

Class javax.jdo.JDOUnsupportedOptionException extends JDOUserException implements Serializable

Class javax.jdo.JDOUserException extends JDOCanRetryException implements Serializable


Package javax.jdo.spi

Class javax.jdo.spi.JDOPermission extends java.security.BasicPermission implements Serializable

Class javax.jdo.spi.RegisterClassEvent extends java.util.EventObject implements Serializable

Serialized Fields

pcClass

java.lang.Class pcClass
The class object of the registered persistence-capable class


fieldNames

java.lang.String[] fieldNames
The names of managed fields of the persistence-capable class


fieldTypes

java.lang.Class[] fieldTypes
The types of managed fields of the persistence-capable class


fieldFlags

byte[] fieldFlags
The flags of managed fields of the persistence-capable class


persistenceCapableSuperclass

java.lang.Class persistenceCapableSuperclass



Copyright © 2005 Apache Software Foundation. All Rights Reserved.