org.openejb.transaction
Class TransactionNotSupportedException

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

public class TransactionNotSupportedException
extends Exception

Version:
$Revision: 1.1 $ $Date: 2004/03/01 07:14:43 $
See Also:
Serialized Form

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

TransactionNotSupportedException

public TransactionNotSupportedException()

TransactionNotSupportedException

public TransactionNotSupportedException(Throwable cause)

TransactionNotSupportedException

public TransactionNotSupportedException(String message)

TransactionNotSupportedException

public TransactionNotSupportedException(String message,
                                        Throwable cause)


Copyright © 1999-2005 OpenEJB. All Rights Reserved.