On Sat, May 15, 2010 at 11:34 AM, Emmanuel Lecharny <[email protected]> wrote: > I'm just wondering if the method signature is correct ? Why would we throw > an exception in the setSession() method ? Either the session is null, and we > should throw an IllegalArgumentException, or we should not throw anything.
all those method signatures are just defined following the LdapConnection interface Kiran Ayyagari
