19061907190819091910191119121913191419151916
} } } else { throw new INTERNAL("Internal error: we should not have gotten to this piece of code!"); } } catch( WrongPolicy e ) { // exit on an error condition, but need to clean up first (added to fix bug #400)
212213214215216217218219220221222
if (name.equals(result._getQualifiedName())) { return result; } } throw new INTERNAL ( "POA not registered: " + POAConstants.ROOT_POA_NAME+ POAConstants.OBJECT_KEY_SEPARATOR+ name
4647484950515253
bound( tc.length()); } catch( Exception e ) { // should not happen throw new INTERNAL(e.toString()); } }
290291292293294295296297298299300
bufferManager = BufferManager.getInstance(); } catch( BAD_INV_ORDER b) { logger.error("unexpected exception", b); throw new INTERNAL(b.toString()); } configureObjectKeyMap(configuration); if (poolManagerFactory != null)
639640641642643644645646647648
{ giop_connection_manager.configure(configuration); } catch( ConfigurationException ce ) { throw new INTERNAL(ce.toString()); } } return giop_connection_manager; }
903904905906907908909910911912
TLS_SEC_TRANS tls = TLS_SEC_TRANSHelper.read(in); return (tls.target_requires & minimum_options) != 0; } catch ( Exception ex ) { throw new INTERNAL(ex.toString()); } } return false; }
16571658165916601661166216631664
clientConnectionManager.configure(configuration); } catch( ConfigurationException ce ) { logger.error("unexpected exception", ce); throw new INTERNAL(ce.toString()); } }
16761677167816791680168116821683
(Map)ObjectUtil.classForName( hashTableClassName ).newInstance(); } catch (Exception e) { logger.error("unable to create known references map", e); throw new INTERNAL(e.toString()); } }
23962397239823992400240124022403
} } catch (ConfigurationException e) { logger.error("unexpected exception", e); throw new INTERNAL(e.toString()); } }
25962597259825992600260126022603260426052606
} catch (AdapterInactive e) { // should not happen logger.error("unexpected exception", e); throw new INTERNAL(e.toString()); } } } } }