Class SchemaParseException

All Implemented Interfaces:
Serializable

public class SchemaParseException extends LdapException
Exception that indicates a schema element string could not be parsed.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      serialVersionUID.
      See Also:
  • Constructor Details

    • SchemaParseException

      public SchemaParseException(String msg)
      Creates a new schema parse exception.
      Parameters:
      msg - describing this exception
    • SchemaParseException

      public SchemaParseException(Throwable e)
      Creates a new schema parse exception.
      Parameters:
      e - underlying exception
    • SchemaParseException

      public SchemaParseException(String msg, Throwable e)
      Creates a new schema parse exception.
      Parameters:
      msg - describing this exception
      e - underlying exception