Searched defs:CertificateException (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/security/cert/
H A DCertificateException.java42 public class CertificateException extends Exception { class in inherits:Exception
48 public CertificateException() { method in class:CertificateException
59 public CertificateException(String msg) { method in class:CertificateException
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DCertificateException.java36 public class CertificateException extends GeneralSecurityException { class in inherits:GeneralSecurityException
44 public CertificateException() { method in class:CertificateException
55 public CertificateException(String msg) { method in class:CertificateException
60 * Creates a <code>CertificateException</code> with the specified
70 public CertificateException(String message, Throwable cause) { method in class:CertificateException
75 * Creates a <code>CertificateException</code> with the specified cause
85 public CertificateException(Throwable cause) { method in class:CertificateException

Completed in 31 milliseconds