Class ExtCertPathValidatorException

All Implemented Interfaces:
Serializable, ExtException

public class ExtCertPathValidatorException extends CertPathValidatorException implements ExtException
See Also:
  • Constructor Details

    • ExtCertPathValidatorException

      public ExtCertPathValidatorException(String message)
    • ExtCertPathValidatorException

      public ExtCertPathValidatorException(String message, Throwable cause)
    • ExtCertPathValidatorException

      public ExtCertPathValidatorException(String msg, Throwable cause, CertPath certPath, int index)
  • Method Details