298299300301302303304305306307308
if ( null == rootCause ) { rootCause = new MultiException(); } rootCause.addThrowable( t ); } } try {
315316317318319320321322323324325
if ( null == rootCause ) { rootCause = new MultiException(); } rootCause.addThrowable( t ); } if ( null != rootCause ) { NamingException ne = new NamingException( "Failed to sync all" );