Class ELdapException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ECompSyntaxErr, ELdapServerDownException, EMapperNotFound, EMapperPluginNotFound, EPublisherNotFound, EPublisherPluginNotFound, ERuleNotFound, ERulePluginNotFound

public class ELdapException extends DBException
A class that represents a Ldap exception. Various errors can occur when interacting with a Ldap directory server.
See Also:
  • Constructor Details

    • ELdapException

      public ELdapException(String msgFormat)
      Constructs a Ldap exception.
      Parameters:
      msgFormat - Resource Key, if key not present, serves as the message.
    • ELdapException

      public ELdapException(String msgFormat, Throwable cause)
      Constructs a Ldap exception.
      Parameters:
      msgFormat - Resource Key, if key not present, serves as the message.
      cause - the cause
    • ELdapException

      public ELdapException(String msgFormat, 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 Details

    • getBundleName

      protected String getBundleName()
      Gets the resource bundle name
      Overrides:
      getBundleName in class DBException
      Returns:
      Name of the Ldap Exception resource bundle name.