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

/libcore/luni/src/main/java/java/security/cert/
H A DCertStoreException.java25 public class CertStoreException extends GeneralSecurityException { class in inherits:GeneralSecurityException
30 * Creates a new {@code CertStoreException} with the specified message and
38 public CertStoreException(String msg, Throwable cause) { method in class:CertStoreException
43 * Creates a new {@code CertStoreException} with the specified cause.
48 public CertStoreException(Throwable cause) { method in class:CertStoreException
53 * Creates a new {@code CertStoreException} with the specified message.
58 public CertStoreException(String msg) { method in class:CertStoreException
63 * Creates a new {@code CertStoreException}.
65 public CertStoreException() { method in class:CertStoreException

Completed in 223 milliseconds