Home

xl2.transaction
Class AbortFailedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--xl2.util.NestedException
                          |
                          +--xl2.transaction.TransactionException
                                |
                                +--xl2.transaction.TransactionAbortedException
                                      |
                                      +--xl2.transaction.AbortFailedException
All Implemented Interfaces:
java.io.Serializable

public class AbortFailedException
extends TransactionAbortedException

An exception occurred while aborting a transaction - very bad.

See Also:
Serialized Form

Constructor Summary
AbortFailedException(Transaction trans, java.lang.Exception x)
           
 
Methods inherited from class xl2.transaction.TransactionAbortedException
getTransaction
 
Methods inherited from class xl2.util.NestedException
getException, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbortFailedException

public AbortFailedException(Transaction trans,
                            java.lang.Exception x)

Home