Name

BAD_TYPECODE

Synopsis

A standard CORBA exception thrown when an invalid TypeCode is specified.

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