Name

TRANSACTION_ROLLEDBACK

Synopsis

A standard CORBA exception thrown when a remote method that was invoked within a transaction could not be completed because the enclosing transaction was rolled back.

                  
public final class TRANSACTION_ROLLEDBACK extends org.omg.CORBA.SystemException {
// Public Constructors
   public TRANSACTION_ROLLEDBACK();  
   public TRANSACTION_ROLLEDBACK( String s);  
   public TRANSACTION_ROLLEDBACK(int minor, 
        CompletionStatus completed);  
   public TRANSACTION_ROLLEDBACK(String s, int minor, 
        CompletionStatus completed);  
}

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.