Serialized Form
Class javax.jdo.JDOEntityManager extends java.lang.Object implements Serializable |
Class javax.jdo.JDOEntityManagerFactory extends java.lang.Object implements Serializable |
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.
Package javax.jdo.identity |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read this object. Read the superclass first.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Write this object. Write the superclass first.
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read this object. Read the superclass first.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Write this object. Write the superclass first.
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read this object. Read the superclass first.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Write this object. Write the superclass first.
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read this object. Read the superclass first.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Write this object. Write the superclass first.
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read this object. Read the superclass first.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Write this object. Write the superclass first.
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read this object. Read the superclass first.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Write this object. Write the superclass first.
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read from the input stream.
Creates a new instance with the target class name set
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Write to the output stream.
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read this object. Read the superclass first.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Write this object. Write the superclass first.
- Throws:
java.io.IOException
Package javax.jdo.listener |
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Serialization is not supported for InstanceLifecycleEvents.
param out the output stream
- Throws:
java.io.IOException
- Since:
- 2.0
eventType
int eventType
- The event type that triggered the construction of this event object.
target
java.lang.Object target
- The "other" object associated with the event.
pcClass
java.lang.Class<T> 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<T>[] 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<T> persistenceCapableSuperclass
Package javax.persistence |
entity
java.lang.Object entity
- The object that caused the exception
entity
java.lang.Object entity
- The object that caused the exception
entity
java.lang.Object entity
- The object that caused the exception
query
Query query
- The query object that caused the exception
Package javax.transaction |
Class javax.transaction.HeuristicCommitException extends java.lang.Exception implements Serializable |
Class javax.transaction.HeuristicMixedException extends java.lang.Exception implements Serializable |
Class javax.transaction.HeuristicRollbackException extends java.lang.Exception implements Serializable |
Class javax.transaction.InvalidTransactionException extends java.rmi.RemoteException implements Serializable |
Class javax.transaction.NotSupportedException extends java.lang.Exception implements Serializable |
Class javax.transaction.RollbackException extends java.lang.Exception implements Serializable |
Class javax.transaction.SystemException extends java.lang.Exception implements Serializable |
errorCode
int errorCode
Class javax.transaction.TransactionRequiredException extends java.rmi.RemoteException implements Serializable |
Class javax.transaction.TransactionRolledbackException extends java.rmi.RemoteException implements Serializable |