javax.persistence
Class PersistenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
PersistenceException()
           
PersistenceException(String string)
           
PersistenceException(String string, Throwable throwable)
           
PersistenceException(Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.