Searched refs:CertException (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DCertParseError.java29 * CertException indicates one of a variety of certificate problems.
36 class CertParseError extends CertException
42 super (CertException.verf_PARSE_ERROR, where);
H A DCertException.java29 * CertException indicates one of a variety of certificate problems.
40 public class CertException extends SecurityException { class in inherits:SecurityException
93 public CertException(int code, String moredata) method in class:CertException
103 public CertException(int code) method in class:CertException

Completed in 30 milliseconds