Class ELdapException

    • 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 java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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.
        e - Common exception.

      • 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 class EBaseException
        Returns:
        Name of the Ldap Exception resource bundle name.