Package javax.persistence
Class PersistenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
EntityExistsException,EntityNotFoundException,LockTimeoutException,NonUniqueResultException,NoResultException,OptimisticLockException,PessimisticLockException,QueryTimeoutException,RollbackException,TransactionRequiredException
public class PersistenceException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistenceException()PersistenceException(java.lang.String message)PersistenceException(java.lang.String message, java.lang.Throwable cause)PersistenceException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
PersistenceException
public PersistenceException()
-
PersistenceException
public PersistenceException(java.lang.String message)
-
PersistenceException
public PersistenceException(java.lang.String message, java.lang.Throwable cause)
-
PersistenceException
public PersistenceException(java.lang.Throwable cause)
-
-