Package com.netscape.certsrv.ldap
Class ELdapException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.netscape.certsrv.base.EBaseException
-
- com.netscape.certsrv.ldap.ELdapException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ECompSyntaxErr
,ELdapServerDownException
,EMapperNotFound
,EMapperPluginNotFound
,EPublisherNotFound
,EPublisherPluginNotFound
,ERuleNotFound
,ERulePluginNotFound
public class ELdapException extends EBaseException
A class that represents a Ldap exception. Various errors can occur when interacting with a Ldap directory server.- Version:
- $Revision$, $Date$
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
-
Constructor Summary
Constructors Constructor Description ELdapException(java.lang.String msgFormat)
Constructs a Ldap exception.ELdapException(java.lang.String msgFormat, java.lang.Object[] params)
Constructs a Ldap exception.ELdapException(java.lang.String msgFormat, java.lang.Throwable cause)
Constructs a Ldap exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getBundleName()
Gets the resource bundle name-
Methods inherited from class com.netscape.certsrv.base.EBaseException
getParameters, toString, toString
-
-
-
-
Constructor Detail
-
ELdapException
public ELdapException(java.lang.String msgFormat)
Constructs a Ldap exception.- Parameters:
msgFormat
- Resource Key, if key not present, serves as the message.
-
ELdapException
public ELdapException(java.lang.String msgFormat, java.lang.Throwable cause)
Constructs a Ldap exception.- Parameters:
msgFormat
- Resource Key, if key not present, serves as the message.cause
- the cause
-
ELdapException
public ELdapException(java.lang.String msgFormat, java.lang.Object[] params)
Constructs a Ldap exception.- Parameters:
msgFormat
- Resource Key, if key not present, serves as the message.params
- Array of Message string parameters.
-
-
Method Detail
-
getBundleName
protected java.lang.String getBundleName()
Gets the resource bundle name- Overrides:
getBundleName
in classEBaseException
- Returns:
- Name of the Ldap Exception resource bundle name.
-
-