Name

IndirectionException

Synopsis

The exception is thrown during an unmarshal operation, usually because a circular reference was encountered in the object being unmarshalled.

                  Implementations
public class IndirectionException extends org.omg.CORBA.SystemException {
// Public Constructors
   public IndirectionException( int offset);  
// Public Instance Fields
   public int offset;  
}

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.