Class LdifParseException

All Implemented Interfaces:
Serializable

public class LdifParseException extends LdapProviderException
Thrown to indicate a parse excpetion.
Version:
1.0
Author:
Fyodor Kupolov
See Also:
  • Constructor Details

    • LdifParseException

      public LdifParseException(String message)
    • LdifParseException

      public LdifParseException(String message, String errorStatement)
    • LdifParseException

      public LdifParseException(String message, String errorStatement, Throwable cause)
    • LdifParseException

      public LdifParseException(String message, Throwable cause)