498499500501502503504505506507508
{ 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 ) {
558559560561562563564565566567568
{ error = new MultiException( "Grouping many exceptions on root nexus close()" ); } // @todo really need to send this info to a monitor error.addThrowable( e ); } } s_singleton = null;
868869870871872873874875876877878
if ( null == rootCause ) { rootCause = new MultiException(); } rootCause.addThrowable( t ); } } try {
885886887888889890891892893894895
if ( null == rootCause ) { rootCause = new MultiException(); } rootCause.addThrowable( t ); } if ( null != rootCause ) { NamingException ne = new NamingException( "Failed to sync all" );
963964965966967968969970971972973
978979980981982983984985986987988
if ( null == rootCause ) { rootCause = new MultiException(); } rootCause.addThrowable( t ); } try { recMan.close();
992993994995996997998999100010011002
if ( null == rootCause ) { rootCause = new MultiException(); } rootCause.addThrowable( t ); } closed = true; if ( null != rootCause )
307308309310311312313314315316317
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