Class LdapException

    • Constructor Detail

      • LdapException

        public LdapException()
        Creates a new instance of LdapException.
      • LdapException

        public LdapException​(String explanation)
        Creates a new instance of LdapException.
        Parameters:
        explanation - The message associated with the exception
      • LdapException

        public LdapException​(Throwable cause)
        Creates a new instance of LdapException.
        Parameters:
        cause - The root cause for this exception
      • LdapException

        public LdapException​(String explanation,
                             Throwable cause)
        Creates a new instance of LdapException.
        Parameters:
        explanation - The message associated with the exception
        cause - The root cause for this exception