Searched refs:certPathException (Results 1 – 1 of 1) sorted by relevance
123 if (result == null && certPathException != null) in engineBuild()125 if (certPathException instanceof AnnotatedException) in engineBuild()127 … throw new CertPathBuilderException(certPathException.getMessage(), certPathException.getCause()); in engineBuild()131 certPathException); in engineBuild()134 if (result == null && certPathException == null) in engineBuild()143 private Exception certPathException; field in PKIXCertPathBuilderSpi272 certPathException = e; in build()