org.apache.commons.transaction.memory
Class ConflictException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.commons.transaction.memory.ConflictException
All Implemented Interfaces:
Serializable

public class ConflictException
extends RuntimeException

Exception displaying a conflict between two optimistic transactions.

Version:
$Id: ConflictException.java 493628 2007-01-07 01:42:48Z joerg $
See Also:
OptimisticMapWrapper, Serialized Form

Field Summary
protected  Object key
           
 
Constructor Summary
ConflictException(Object key)
           
 
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
 

Field Detail

key

protected Object key
Constructor Detail

ConflictException

public ConflictException(Object key)


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.