|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.ldap.ELdapException
public class ELdapException
A class that represents a Ldap exception. Various errors can occur when interacting with a Ldap directory server.
Field Summary |
---|
Fields inherited from class com.netscape.certsrv.base.EBaseException |
---|
mParams |
Constructor Summary | |
---|---|
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. |
|
ELdapException(java.lang.String msgFormat,
java.lang.String param)
Constructs a Ldap exception. |
Method Summary | |
---|---|
protected java.lang.String |
getBundleName()
Gets the resource bundle name |
Methods inherited from class com.netscape.certsrv.base.EBaseException |
---|
getParameters, toString, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ELdapException(java.lang.String msgFormat)
msgFormat
- Resource Key, if key not present, serves as the message.
public ELdapException(java.lang.String msgFormat, java.lang.String param)
msgFormat
- Resource Key, if key not present, serves as the message.
Include a message string parameter for variable content.param
- Message string parameter.
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.
Method Detail |
---|
protected java.lang.String getBundleName()
getBundleName
in class EBaseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |