javax.ejb
Class EJBTransactionRolledbackException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.ejb.EJBException
                  extended by javax.ejb.EJBTransactionRolledbackException
All Implemented Interfaces:
java.io.Serializable

public class EJBTransactionRolledbackException
extends EJBException

Version:
$Rev: 467742 $ $Date: 2006-10-25 12:30:38 -0700 (Wed, 25 Oct 2006) $
See Also:
Serialized Form

Constructor Summary
EJBTransactionRolledbackException()
           
EJBTransactionRolledbackException(java.lang.String message)
           
EJBTransactionRolledbackException(java.lang.String message, java.lang.Exception ex)
           
 
Method Summary
 
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

EJBTransactionRolledbackException

public EJBTransactionRolledbackException()

EJBTransactionRolledbackException

public EJBTransactionRolledbackException(java.lang.String message,
                                         java.lang.Exception ex)

EJBTransactionRolledbackException

public EJBTransactionRolledbackException(java.lang.String message)


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.