Class LdapOperationException

All Implemented Interfaces:
Serializable

public class LdapOperationException extends FessSystemException
An exception thrown when an LDAP operation fails.
See Also:
  • Constructor Details

    • LdapOperationException

      public LdapOperationException(String message, Throwable cause)
      Constructs a new LDAP operation exception with the specified detail message and cause.
      Parameters:
      message - The detail message.
      cause - The cause.
    • LdapOperationException

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