Name

TransactionRolledbackLocalException

Synopsis

This exception is thrown if a local client’s method call cannot be completed because the associated transaction context had to be rolled back.

                  
public class TransactionRolledbackLocalException extends EJBException {
// Public Constructors
   public TransactionRolledbackLocalException();  
   public TransactionRolledbackLocalException(
        String message);  
   public TransactionRolledbackLocalException(String message, 
        Exception ex);  
}

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.