Serialized Form


Package javax.persistence

Class javax.persistence.EntityExistsException extends PersistenceException implements Serializable

Class javax.persistence.EntityNotFoundException extends PersistenceException implements Serializable

Class javax.persistence.LockTimeoutException extends PersistenceException implements Serializable

Serialized Fields

entity

java.lang.Object entity
The object that caused the exception

Class javax.persistence.NonUniqueResultException extends PersistenceException implements Serializable

Class javax.persistence.NoResultException extends PersistenceException implements Serializable

Class javax.persistence.OptimisticLockException extends PersistenceException implements Serializable

Serialized Fields

entity

java.lang.Object entity
The object that caused the exception

Class javax.persistence.PersistenceException extends java.lang.RuntimeException implements Serializable

Class javax.persistence.PessimisticLockException extends PersistenceException implements Serializable

Serialized Fields

entity

java.lang.Object entity
The object that caused the exception

Class javax.persistence.QueryTimeoutException extends PersistenceException implements Serializable

Serialized Fields

query

Query query
The query object that caused the exception

Class javax.persistence.RollbackException extends PersistenceException implements Serializable

Class javax.persistence.TransactionRequiredException extends PersistenceException implements Serializable



Copyright 2009 Sun Microsystems, Inc. All rights reserved.