javax.ejb
Class EJBTransactionRequiredException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               javax.ejb.EJBException
javax.ejb.EJBException
                   javax.ejb.EJBTransactionRequiredException
javax.ejb.EJBTransactionRequiredException
- All Implemented Interfaces: 
- Serializable
- public class EJBTransactionRequiredException 
- extends EJBException
This exception indicates that a request carried a null transaction context, 
 but the target object requires an active transaction.
- See Also:
- Serialized Form
 
 
 
 
 
EJBTransactionRequiredException
public EJBTransactionRequiredException()
- Constructs an EJBTransactionRequiredException with no detail message.
 
EJBTransactionRequiredException
public EJBTransactionRequiredException(String message)
- Constructs an EJBTransactionRequiredException with the specified
 detailed message.
 
Submit a bug or feature Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.