public class ELdapException extends EBaseException
mParams| Constructor and Description |
|---|
ELdapException(java.lang.String msgFormat)
Constructs a Ldap exception.
|
ELdapException(java.lang.String msgFormat,
java.lang.Exception e)
Constructs a Ldap exception.
|
ELdapException(java.lang.String msgFormat,
java.lang.Object[] params)
Constructs a Ldap exception.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getBundleName()
Gets the resource bundle name
|
getParameters, toString, toStringpublic ELdapException(java.lang.String msgFormat)
msgFormat - Resource Key, if key not present, serves as the message.
public ELdapException(java.lang.String msgFormat,
java.lang.Exception e)
msgFormat - Resource Key, if key not present, serves as the message.e - Common exception.
public ELdapException(java.lang.String msgFormat,
java.lang.Object[] params)
msgFormat - Resource Key, if key not present, serves as the message.params - Array of Message string parameters.
protected java.lang.String getBundleName()
getBundleName in class EBaseException