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 activate transaction.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TransactionRequiredLocalException
public TransactionRequiredLocalException()
- Constructs a TransactionRequiredLocalException with no detail message.
TransactionRequiredLocalException
public TransactionRequiredLocalException(String message)
- Constructs a TransactionRequiredLocalException with the specified detailed message.
- Parameters:
message
- - The detailed message.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.