2635263626372638263926402641264226432644
} catch (Exception e) { // cannot happen logger.error("unexpected exception", e); throw new INTERNAL(e.toString()); } } } }
205206207208209210211212213214215
configure(((org.jacorb.orb.ORB)orb).getConfiguration()); } catch( ConfigurationException ce ) { throw new INTERNAL("ConfigurationException: " + ce); } } } else {
479480481482483484485486487488489
if (tag < 0) { // tag is an end tag if (-tag > this.valueNestingLevel) { throw new INTERNAL ( "received end tag " + tag + " with value nesting level " + this.valueNestingLevel );
8788899091929394
return TypedProxyPushConsumerHelper.narrow(_servant.activate()); } catch (Exception e) { logger_.error("unable to create typed notification push consumer", e); throw new INTERNAL(e.toString()); } }
118119120121122123124125
return TypedProxyPullConsumerHelper.narrow(_servant.activate()); } catch (Exception e) { logger_.error("unable to create typed notification push consumer", e); throw new INTERNAL(e.toString()); } }
325326327328329330331332333
{ return create_input_stream().read_short(); } else { throw new INTERNAL("Encountered unexpected type of value: " + value.getClass()); } }
354355356357358359360361362
{ return create_input_stream().read_ushort(); } else { throw new INTERNAL("Encountered unexpected type of value: " + value.getClass()); } }
387388389390391392393394395
{ return create_input_stream().read_long(); } else { throw new INTERNAL("Encountered unexpected type of value: " + value.getClass()); } }
416417418419420421422423424
{ return create_input_stream().read_ulong(); } else { throw new INTERNAL("Encountered unexpected type of value: " + value.getClass()); } }
449450451452453454455456457
{ return create_input_stream().read_longlong(); } else { throw new INTERNAL("Encountered unexpected type of value: " + value.getClass()); } }