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

/openjdk7/jdk/src/share/classes/java/security/cert/
H A DCRLException.java35 public class CRLException extends GeneralSecurityException { class in inherits:GeneralSecurityException
40 * Constructs a CRLException with no detail message. A
44 public CRLException() { method in class:CRLException
49 * Constructs a CRLException with the specified detail
55 public CRLException(String message) { method in class:CRLException
60 * Creates a <code>CRLException</code> with the specified
70 public CRLException(String message, Throwable cause) { method in class:CRLException
75 * Creates a <code>CRLException</code> with the specified cause
85 public CRLException(Throwable cause) { method in class:CRLException

Completed in 54 milliseconds