Name

INVALID_TRANSACTION

Synopsis

A standard CORBA exception thrown when a transaction error occurs during a remote method call.

                  
public final class INVALID_TRANSACTION extends org.omg.CORBA.SystemException {
// Public Constructors
   public INVALID_TRANSACTION();  
   public INVALID_TRANSACTION( String s);  
   public INVALID_TRANSACTION(int minor, 
        CompletionStatus completed);  
   public INVALID_TRANSACTION(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.