org.apache.commons.transaction.memory
Class ConflictException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.commons.transaction.memory.ConflictException
All Implemented Interfaces:
java.io.Serializable

public class ConflictException
extends java.lang.RuntimeException

Exception displaying a conflict between two optimistic transactions.

Version:
$Revision$
See Also:
OptimisticMapWrapper, Serialized Form

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

ConflictException

public ConflictException(java.lang.Object key)


Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.