Class LdapConfigurationException

All Implemented Interfaces:
Serializable

public class LdapConfigurationException extends FessSystemException
An exception thrown when LDAP configuration is invalid.
See Also:
  • Constructor Details

    • LdapConfigurationException

      public LdapConfigurationException(String message)
      Constructs a new LDAP configuration exception with the specified detail message.
      Parameters:
      message - The detail message.