edu.vt.middleware.ldap.pool
public class LdapPoolException extends java.lang.Exception
LdapPoolException is the base exception thrown when a pool
operation fails.| Constructor and Description |
|---|
LdapPoolException(java.lang.Exception e)
This creates a new
LdapPoolException with the supplied
Exception. |
LdapPoolException(java.lang.String msg)
This creates a new
LdapPoolException with the supplied
String. |
LdapPoolException(java.lang.String msg,
java.lang.Exception e)
This creates a new
LdapPoolException with the supplied
String and Exception. |
public LdapPoolException(java.lang.String msg)
LdapPoolException with the supplied
String.msg - Stringpublic LdapPoolException(java.lang.Exception e)
LdapPoolException with the supplied
Exception.e - Exceptionpublic LdapPoolException(java.lang.String msg,
java.lang.Exception e)
LdapPoolException with the supplied
String and Exception.msg - Stringe - ExceptionCopyright © 2014. All Rights Reserved.