Class ECompSyntaxErr

All Implemented Interfaces:
Serializable

public class ECompSyntaxErr extends ELdapException
This type of exception is thrown in cases where an parsing error is found while evaluating a PKI component. An example would be in trying to evaluate a PKI authentication message and the parsing operation fails due to a missing token.
Version:
$Revision$ $Date$
See Also:
  • Constructor Details

    • ECompSyntaxErr

      public ECompSyntaxErr(String errorString)
      Construct a ECompSyntaxErr
      Parameters:
      errorString - The descriptive error condition.