org.nanocontainer.persistence
Class TransactionException

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
                      extended by org.nanocontainer.persistence.TransactionException
All Implemented Interfaces:
Serializable

public class TransactionException
extends PersistenceException

Indicates that a transaction could not be begun, committed or rolled back.

Version:
$Revision: $
See Also:
Serialized Form

Constructor Summary
TransactionException(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

TransactionException

public TransactionException(Throwable cause)


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