org.nanocontainer.persistence
Class ConcurrencyFailureException

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.ConcurrencyFailureException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
StaleObjectStateException

public class ConcurrencyFailureException
extends PersistenceException

Thrown when optimistic locking or failure to acquire lock occurs.

Version:
$Revision: $
See Also:
Serialized Form

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

ConcurrencyFailureException

public ConcurrencyFailureException(Throwable cause)


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