Creates an IndirectionException with the right offset value.
The stream offset is returned in the exception's offset field.
This exception is constructed and thrown during reading
recursively defined values off of a stream.
super("", 0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
this.offset = offset;