我正在使用 Spring 对 LDAP 服务器进行一些查询。但是,当与 LDAP 服务器的连接不可用时,我的应用程序CommunicationException
会抛出aLdapTemplate.search()
并使我的应用程序崩溃。
我应该在哪里处理这个?我NamingException
在LdapTemplate.search()
方法文档中看到了一个,但我不确定是否应该处理此异常或CommunicationException
.
我正在使用 Spring 对 LDAP 服务器进行一些查询。但是,当与 LDAP 服务器的连接不可用时,我的应用程序CommunicationException
会抛出aLdapTemplate.search()
并使我的应用程序崩溃。
我应该在哪里处理这个?我NamingException
在LdapTemplate.search()
方法文档中看到了一个,但我不确定是否应该处理此异常或CommunicationException
.