org.axiondb
Class TransactionConflictException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.axiondb.AxionException
              extended byorg.axiondb.TransactionConflictException
All Implemented Interfaces:
Serializable

public class TransactionConflictException
extends AxionException

Thrown when a transaction conflict is discovered.

Version:
$Revision: 1.4 $ $Date: 2004/08/27 03:21:21 $
See Also:
Serialized Form

Constructor Summary
TransactionConflictException(String message)
           
TransactionConflictException(String message, Throwable nested)
           
 
Methods inherited from class org.axiondb.AxionException
getNestedThrowable
 
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
 

Constructor Detail

TransactionConflictException

public TransactionConflictException(String message)

TransactionConflictException

public TransactionConflictException(String message,
                                    Throwable nested)