Class LdapConfigurationException

    • Field Detail

      • serialVersionUID

        static final long serialVersionUID
        The serial version UID
        See Also:
        Constant Field Values
    • Constructor Detail

      • LdapConfigurationException

        public LdapConfigurationException​(String message)
        Creates a new instance of LdapConfigurationException.
        Parameters:
        message - The exception message
      • LdapConfigurationException

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

        public LdapConfigurationException​(String message,
                                          Throwable cause)
        Creates a new instance of LdapConfigurationException.
        Parameters:
        message - the exception message
        cause - the cause
    • Method Detail

      • setCause

        public void setCause​(Throwable cause)
        Set the root cause.
        Parameters:
        cause - the cause