Serialized Form
-
Package jakarta.persistence
-
Class jakarta.persistence.EntityExistsException extends PersistenceException implements Serializable
-
Class jakarta.persistence.EntityNotFoundException extends PersistenceException implements Serializable
-
Class jakarta.persistence.LockTimeoutException extends PersistenceException implements Serializable
-
Serialized Fields
-
entity
Object entity
The object that caused the exception
-
-
-
Class jakarta.persistence.NonUniqueResultException extends PersistenceException implements Serializable
-
Class jakarta.persistence.NoResultException extends PersistenceException implements Serializable
-
Class jakarta.persistence.OptimisticLockException extends PersistenceException implements Serializable
-
Serialized Fields
-
entity
Object entity
The object that caused the exception
-
-
-
Class jakarta.persistence.PersistenceException extends RuntimeException implements Serializable
-
Class jakarta.persistence.PessimisticLockException extends PersistenceException implements Serializable
-
Serialized Fields
-
entity
Object entity
The object that caused the exception
-
-
-
Class jakarta.persistence.QueryTimeoutException extends PersistenceException implements Serializable
-
Serialized Fields
-
query
Query query
The query object that caused the exception
-
-
-
Class jakarta.persistence.RollbackException extends PersistenceException implements Serializable
-
Class jakarta.persistence.TransactionRequiredException extends PersistenceException implements Serializable
-