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
A transaction is required but there was no transaction.
- Since:
- EJB 3.0 version.
- Author:
- Florent Benoit
- See Also:
- EJB 3.0 specification,
Serialized Form
EJBTransactionRequiredException
public EJBTransactionRequiredException()
- Default constructor : builds an exception with an empty message.
EJBTransactionRequiredException
public EJBTransactionRequiredException(String message)
- Build an exception with the given message.
- Parameters:
message - the given message to use.
Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.