Home

xl2.transaction
Class TransactionRequiredException

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

public class TransactionRequiredException
extends TransactionException

No current transaction existed for the calling thread when it called a method in TransactionMgr.

See Also:
TransactionMgr, Serialized Form

Constructor Summary
TransactionRequiredException()
           
 
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

TransactionRequiredException

public TransactionRequiredException()

Home