org.apache.commons.transaction.memory
Class ConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.transaction.memory.ConflictException
- All Implemented Interfaces:
- Serializable
public class ConflictException
- extends RuntimeException
Exception displaying a conflict between two optimistic transactions.
- Version:
- $Revision$
- See Also:
OptimisticMapWrapper
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
key
protected Object key
ConflictException
public ConflictException(Object key)
Copyright © 2004 The Apache Software Foundation. All Rights Reserved.