Name

BAD_INV_ORDER

Synopsis

A standard CORBA exception thrown when methods are called out of order. For example, if you call the arguments() method on a ServerRequest object, then try to set the arguments again by calling the method again, a BAD_INV_ORDER exception will be thrown.

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

Thrown By

Any.{extract_Streamable(), insert_fixed()}

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.