org.nanocontainer.persistence
Class PersistenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.picocontainer.PicoException
                  extended by org.nanocontainer.persistence.PersistenceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConcurrencyFailureException, ObjectRetrievalFailureException, TransactionException

public class PersistenceException
extends org.picocontainer.PicoException

Base for all persistence related exceptions.

Version:
$Revision: $
See Also:
Serialized Form

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

Constructor Detail

PersistenceException

public PersistenceException(Throwable cause)


Copyright 2003-2003-2006 Codehaus. All Rights Reserved.