org.omg.CORBA.portable

Class IndirectionException

public class IndirectionException extends SystemException implements Serializable

This exception is thrown when reading from the ORBs input streams certain specific data layouts (object recursive references to itself). These layouts are not supported by this CORBA implementation.
Field Summary
intoffset
The stream offset, indicating, where the error has occured.
Constructor Summary
IndirectionException(int an_offset)
Create the indirection exception.

Field Detail

offset

public int offset
The stream offset, indicating, where the error has occured.

Constructor Detail

IndirectionException

public IndirectionException(int an_offset)
Create the indirection exception.

Parameters: an_offset the stream offset, indicating the error position.