org.axiondb
Class TransactionConflictException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.axiondb.AxionException
              extended by org.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)
           
 
Method Summary
 
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)