标签: java spring ldap
我使用Spring对LDAP服务器进行一些查询。但是,CommunicationException会抛出LdapTemplate.search(),并在与LDAP服务器的连接不可用时崩溃我的应用程序。
CommunicationException
LdapTemplate.search()
我应该在哪里处理这个?我在LdapTemplate.search() method documentation中看到NamingException,但我不确定是否应该处理此异常或CommunicationException。
NamingException