Name

MARSHAL

Synopsis

A standard CORBA exception thrown when the ORB fails to marshal or unmarshal method arguments, return values or exceptions. Sun’s Java IDL defines the following minor error code values for this exception, stored in the minor data member inherited from SystemException:

Minor codeMeaning
4

An error occurred while unmarshalling an object reference.

5

An attempt was made to marshal or unmarshal an IDL type that is not supported in this implementation, such as wchar or wstring.

6

While marshalling or unmarshalling, a character not within the ISO Latin-1 set was encountered.

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

Thrown By

Any.{insert_string(), insert_Value(), insert_wstring(), read_value()}

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.