211212213214215216217218219220221
if ( null == rootCause ) { rootCause = new MultiException(); } rootCause.addThrowable( t ); } } try {
226227228229230231232233234235236
if ( null == rootCause ) { rootCause = new MultiException(); } rootCause.addThrowable( t ); } try { recMan.close();
240241242243244245246247248249250
if ( null == rootCause ) { rootCause = new MultiException(); } rootCause.addThrowable( t ); } initialized = false; if ( null != rootCause )
297298299300301302303304305306307
314315316317318319320321322323324
if ( null == rootCause ) { rootCause = new MultiException(); } rootCause.addThrowable( t ); } if ( null != rootCause ) { NamingException ne = new NamingException( "Failed to sync all" );
268269270271272273274275276277278
{ error = new MultiException( "Grouping many exceptions on root nexus close()" ); } // @todo really need to send this info to a monitor error.addThrowable( e ); } } initialized = false;
313314315316317318319320321322323
{ error = new MultiException( "Grouping many exceptions on root nexus sync()" ); } // @todo really need to send this info to a monitor error.addThrowable( e ); } } if ( error != null ) {
212213214215216217218219220221222
227228229230231232233234235236237
241242243244245246247248249250251