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

/forgerock/openam-v13/openam-shared/src/main/java/com/iplanet/security/x509/
H A DCertParseError.java32 // CertException is not an issue.
35 * CertException indicates one of a variety of certificate problems.
38 class CertParseError extends CertException {
40 super(CertException.verf_PARSE_ERROR, where);
H A DCertException.java25 * $Id: CertException.java,v 1.2 2008/06/25 05:52:46 qcheng Exp $
32 * CertException indicates one of a variety of certificate problems.
36 public class CertException extends SecurityException { class in inherits:SecurityException
88 public CertException(int code, String moredata) { method in class:CertException
97 public CertException(int code) { method in class:CertException
/forgerock/openam/openam-shared/src/main/java/com/iplanet/security/x509/
H A DCertParseError.java32 // CertException is not an issue.
35 * CertException indicates one of a variety of certificate problems.
38 class CertParseError extends CertException {
40 super(CertException.verf_PARSE_ERROR, where);
H A DCertException.java25 * $Id: CertException.java,v 1.2 2008/06/25 05:52:46 qcheng Exp $
32 * CertException indicates one of a variety of certificate problems.
36 public class CertException extends SecurityException { class in inherits:SecurityException
88 public CertException(int code, String moredata) { method in class:CertException
97 public CertException(int code) { method in class:CertException

Completed in 27 milliseconds