edu.northwestern.at.utils.net.ldap
Class LdapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.northwestern.at.utils.net.ldap.LdapException
All Implemented Interfaces:
java.io.Serializable

public class LdapException
extends java.lang.Exception

An LDAP error.

This exception is thrown by the methods in the LdapDirectory class if any error is encountered trying to connect to or communicate with the LDAP server.

See Also:
Serialized Form

Constructor Summary
LdapException(java.lang.String msg)
          Constructs a new LdapException with an error message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LdapException

public LdapException(java.lang.String msg)
Constructs a new LdapException with an error message.

Parameters:
msg - The error message.