Name

TransactionRequiredLocalException

Synopsis

This exception is thrown if a local client attempts to call a bean method that requires a transaction context, but fails to provide one.

                  
public class TransactionRequiredLocalException extends EJBException {
// Public Constructors
   public TransactionRequiredLocalException();  
   public TransactionRequiredLocalException( String message);  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.