org.openejb.transaction
Class UncommittedTransactionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.openejb.transaction.UncommittedTransactionException
All Implemented Interfaces:
Serializable

public class UncommittedTransactionException
extends Exception

Version:
$Revision: 1.2 $ $Date: 2004/04/13 20:18:49 $
See Also:
Serialized Form

Constructor Summary
UncommittedTransactionException()
           
UncommittedTransactionException(String message)
           
UncommittedTransactionException(String message, Throwable cause)
           
UncommittedTransactionException(Throwable cause)
           
 
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

UncommittedTransactionException

public UncommittedTransactionException()

UncommittedTransactionException

public UncommittedTransactionException(String message)

UncommittedTransactionException

public UncommittedTransactionException(String message,
                                       Throwable cause)

UncommittedTransactionException

public UncommittedTransactionException(Throwable cause)


Copyright © 1999-2005 OpenEJB. All Rights Reserved.