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

/libcore/ojluni/src/main/java/java/security/cert/
H A DCertStoreException.java34 * A {@code CertStoreException} provides support for wrapping
51 public class CertStoreException extends GeneralSecurityException { class in inherits:GeneralSecurityException
56 * Creates a {@code CertStoreException} with {@code null} as
59 public CertStoreException() { method in class:CertStoreException
64 * Creates a {@code CertStoreException} with the given detail
70 public CertStoreException(String msg) { method in class:CertStoreException
75 * Creates a {@code CertStoreException} that wraps the specified
77 * {@code CertStoreException}, while retaining information about the
86 public CertStoreException(Throwable cause) { method in class:CertStoreException
91 * Creates a {@code CertStoreException} wit
99 public CertStoreException(String msg, Throwable cause) { method in class:CertStoreException
[all...]

Completed in 59 milliseconds