Searched refs:SunCertPathBuilderException (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DSunCertPathBuilderException.java40 public class SunCertPathBuilderException extends CertPathBuilderException { class in inherits:CertPathBuilderException
50 * Constructs a <code>SunCertPathBuilderException</code> with
53 public SunCertPathBuilderException() { method in class:SunCertPathBuilderException
58 * Constructs a <code>SunCertPathBuilderException</code> with the specified
64 public SunCertPathBuilderException(String msg) { method in class:SunCertPathBuilderException
69 * Constructs a <code>SunCertPathBuilderException</code> that wraps the
71 * <code>SunCertPathBuilderException</code>, while retaining information
81 public SunCertPathBuilderException(Throwable cause) { method in class:SunCertPathBuilderException
86 * Creates a <code>SunCertPathBuilderException</code> with the specified
92 public SunCertPathBuilderException(Strin method in class:SunCertPathBuilderException
103 SunCertPathBuilderException(String msg, AdjacencyList adjList) { method in class:SunCertPathBuilderException
116 SunCertPathBuilderException(String msg, Throwable cause, method in class:SunCertPathBuilderException
[all...]
H A DSunCertPathBuilder.java196 throw new SunCertPathBuilderException("unable to find valid "
227 throw new SunCertPathBuilderException("unable to find valid "
255 throw new SunCertPathBuilderException("unable to find valid "
/openjdk7/jdk/test/sun/security/provider/certpath/
H A DSunCertPathBuilderExceptionTest.java31 import sun.security.provider.certpath.SunCertPathBuilderException;
57 } catch(SunCertPathBuilderException e) {

Completed in 556 milliseconds