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

/libcore/luni/src/main/java/java/security/cert/
H A DCRLException.java25 public class CRLException extends GeneralSecurityException { class in inherits:GeneralSecurityException
30 * Creates a new {@code CRLException} with the specified message.
35 public CRLException(String msg) { method in class:CRLException
40 * Creates a new {@code CRLException}.
42 public CRLException() { method in class:CRLException
46 * Creates a new {@code CRLException} with the specified message and cause.
53 public CRLException(String message, Throwable cause) { method in class:CRLException
58 * Creates a new {@code CRLException} with the specified cause.
63 public CRLException(Throwable cause) { method in class:CRLException

Completed in 213 milliseconds