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, toString
public LdapPoolException(String msg)
LdapPoolException
with the supplied
String
.msg
- String
public LdapPoolException(Exception e)
LdapPoolException
with the supplied
Exception
.e
- Exception
Copyright © 2018. All rights reserved.