Name

TRANSIENT

Synopsis

A standard CORBA exception thrown when a transient (i.e., not necessarily repeatable) error occurs during a remote method call. Since the error might not occur again, it is possible to try making the same request again.

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