public class LdapPoolException extends Exception
LdapPoolException is the base exception thrown when a pool
operation fails.| Constructor and Description |
|---|
LdapPoolException(Exception e)
This creates a new
LdapPoolException with the supplied
Exception. |
LdapPoolException(String msg)
This creates a new
LdapPoolException with the supplied
String. |
LdapPoolException(String msg,
Exception e)
This creates a new
LdapPoolException with the supplied
String and Exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LdapPoolException(String msg)
LdapPoolException with the supplied
String.msg - Stringpublic LdapPoolException(Exception e)
LdapPoolException with the supplied
Exception.e - ExceptionCopyright © 2014. All rights reserved.