227228229230231232233
} public NamingEnumeration search( Name name, String filter, SearchControls cons ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
233234235236237238239
} public NamingEnumeration search( String name, String filterExpr, Object[] filterArgs, SearchControls cons ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
239240241242243244245
} public NamingEnumeration search( Name name, String filterExpr, Object[] filterArgs, SearchControls cons ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
245246247248249250251
} public void close() throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
251252253254255256257
} public String getNameInNamespace() throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
257258259260261262263
} public void destroySubcontext( String name ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
263264265266267268269
} public void unbind( String name ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
269270271272273274275
} public Hashtable getEnvironment() throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
275276277278279280281
} public void destroySubcontext( Name name ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
281282283284285286287
} public void unbind( Name name ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }