javax.ejb
Class EJBTransactionRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ejb.EJBException
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 2006 Sun Microsystems, Inc. All rights reserved.