359360361362363364365
} public void rename( String oldName, String newName ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
13071308130913101311131213131314
private void ensureStarted() throws LdapServiceUnavailableException { if ( !directoryService.isStarted() ) { throw new LdapServiceUnavailableException( ResultCodeEnum.UNAVAILABLE, I18n.err( I18n.ERR_316 ) ); } }
47484950515253
"invoked after Eve provider has been shutdown"; public Control[] getConnectControls() throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }