327328329330331332333334335336337
//noinspection ThrowableInstanceNeverThrown error = new MultiException( I18n.err( I18n.ERR_265 ) ); } // @todo really need to send this info to a monitor error.addThrowable( e ); } } if ( error != null ) {
278279280281282283284285286287288
{ super.doDestroy(); } catch ( Exception e ) { errors.addThrowable( e ); } // This is specific to the MAVIBOT store : close the record manager try {
290291292293294295296297298299300
LOG.debug( "Closed record manager for {} partition.", suffixDn ); } catch ( Throwable t ) { LOG.error( I18n.err( I18n.ERR_127 ), t ); errors.addThrowable( t ); } finally { if ( entryCache != null ) {
341342343344345346347348349350351
if ( error == null ) { error = new MultiException( I18n.err( I18n.ERR_265 ) ); } error.addThrowable( e ); } for ( Partition partition : this.partitions.values() ) { try
360361362363364365366367368369370
480481482483484485486487488489490
{ super.doDestroy(); } catch ( Exception e ) { errors.addThrowable( e ); } // This is specific to the JDBM store : close the record manager try {
492493494495496497498499500501502