qflib 0.98.0

de.qfs.lib.transaction
Class OpenTransactionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--de.qfs.lib.transaction.OpenTransactionException
All Implemented Interfaces:
java.io.Serializable

public class OpenTransactionException
extends java.lang.RuntimeException

An OpenTransactionException is thrown, when a Transaction is created for a Thread that already has an open Transaction.

Since this Exception will not be thrown during typical program flow, it is derived from RuntimeException.

Since:
0.97.0
Version:
$Revision: 1.5 $
Author:
Gregor Schmid
See Also:
Serialized Form

Constructor Summary
OpenTransactionException(java.lang.String detail)
          Create a new OpenTransactionException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OpenTransactionException

public OpenTransactionException(java.lang.String detail)
Create a new OpenTransactionException.
Parameters:
detail - A message stating the reason for the Exception.

qflib 0.98.0