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

/openjdk7/jdk/src/share/classes/sun/security/validator/
H A DValidatorException.java31 * ValidatorException thrown by the Validator. It has optional fields that
36 public class ValidatorException extends CertificateException { class in inherits:CertificateException
67 public ValidatorException(String msg) { method in class:ValidatorException
71 public ValidatorException(String msg, Throwable cause) { method in class:ValidatorException
76 public ValidatorException(Object type) { method in class:ValidatorException
80 public ValidatorException(Object type, X509Certificate cert) { method in class:ValidatorException
86 public ValidatorException(Object type, X509Certificate cert, method in class:ValidatorException
92 public ValidatorException(String msg, Object type, X509Certificate cert) { method in class:ValidatorException
98 public ValidatorException(String msg, Object type, X509Certificate cert, method in class:ValidatorException

Completed in 57 milliseconds