Class ELdapException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.dbs.DBException
com.netscape.certsrv.ldap.ELdapException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ECompSyntaxErr, ELdapServerDownException, EMapperNotFound, EMapperPluginNotFound, EPublisherNotFound, EPublisherPluginNotFound, ERuleNotFound, ERulePluginNotFound
A class that represents a Ldap exception. Various
errors can occur when interacting with a Ldap directory server.
- See Also:
-
Field Summary
Fields inherited from class EBaseException
mParams -
Constructor Summary
ConstructorsConstructorDescriptionELdapException(String msgFormat) Constructs a Ldap exception.ELdapException(String msgFormat, Object[] params) Constructs a Ldap exception.ELdapException(String msgFormat, Throwable cause) Constructs a Ldap exception. -
Method Summary
Methods inherited from class EBaseException
getParameters, toString, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ELdapException
Constructs a Ldap exception.- Parameters:
msgFormat- Resource Key, if key not present, serves as the message.
-
ELdapException
-
ELdapException
-
-
Method Details
-
getBundleName
Gets the resource bundle name- Overrides:
getBundleNamein classDBException- Returns:
- Name of the Ldap Exception resource bundle name.
-