org.openejb.transaction
Class TransactionNotSupportedLocalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.ejb.EJBException
                  extended byorg.openejb.transaction.TransactionNotSupportedLocalException
All Implemented Interfaces:
Serializable

public class TransactionNotSupportedLocalException
extends javax.ejb.EJBException

Version:
$Revision: 445199 $ $Date: 2005-02-16 01:09:23 +0100 (Wed, 16 Feb 2005) $
See Also:
Serialized Form

Constructor Summary
TransactionNotSupportedLocalException()
           
TransactionNotSupportedLocalException(Exception ex)
           
TransactionNotSupportedLocalException(String message)
           
TransactionNotSupportedLocalException(String message, Exception ex)
           
 
Methods inherited from class javax.ejb.EJBException
getCausedByException, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionNotSupportedLocalException

public TransactionNotSupportedLocalException()

TransactionNotSupportedLocalException

public TransactionNotSupportedLocalException(Exception ex)

TransactionNotSupportedLocalException

public TransactionNotSupportedLocalException(String message)

TransactionNotSupportedLocalException

public TransactionNotSupportedLocalException(String message,
                                             Exception ex)


Copyright © 1999-2006 OpenEJB. All Rights Reserved.