javax.persistence
Class PersistenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.persistence.PersistenceException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- EntityExistsException, EntityNotFoundException, NonUniqueResultException, NoResultException, OptimisticLockException, RollbackException, TransactionRequiredException
public class PersistenceException
- extends RuntimeException
- Version:
- $Rev: 467742 $ $Date: 2006-10-25 12:30:38 -0700 (Wed, 25 Oct 2006) $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PersistenceException
public PersistenceException()
PersistenceException
public PersistenceException(String string)
PersistenceException
public PersistenceException(String string,
Throwable throwable)
PersistenceException
public PersistenceException(Throwable throwable)
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.