Name

BAD_CONTEXT

Synopsis

An standard CORBA exception thrown when a context object cannot be processed.

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