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

/dalvik/libcore/security/src/main/java/java/security/
H A DNoSuchProviderException.java21 * {@code NoSuchProviderException} indicates that a requested security provider
24 public class NoSuchProviderException extends GeneralSecurityException { class in inherits:GeneralSecurityException
29 * Constructs a new instance of {@code NoSuchProviderException} with the
35 public NoSuchProviderException(String msg) { method in class:NoSuchProviderException
40 * Constructs a new instance of {@code NoSuchProviderException}.
42 public NoSuchProviderException() { method in class:NoSuchProviderException

Completed in 69 milliseconds