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
- String
public LdapPoolException(java.lang.Exception e)
LdapPoolException
with the supplied
Exception
.e
- Exception
public LdapPoolException(java.lang.String msg, java.lang.Exception e)
LdapPoolException
with the supplied
String
and Exception
.msg
- String
e
- Exception
Copyright © 2014. All Rights Reserved.