javax.ejb
Class TransactionRequiredLocalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ejb.EJBException
javax.ejb.TransactionRequiredLocalException
- All Implemented Interfaces:
- Serializable
public class TransactionRequiredLocalException
- extends EJBException
This exception indicates that a request carried a null transaction context,
but the target object requires an active transaction.
- Author:
- Florent Benoit
- See Also:
- EJB 3.1 specification,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TransactionRequiredLocalException
public TransactionRequiredLocalException()
- Default constructor : builds an exception with an empty message.
TransactionRequiredLocalException
public TransactionRequiredLocalException(String message)
- Build an exception with the given message.
- Parameters:
message - the given message to use.
Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.