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

/dalvik/libcore/security/src/main/java/java/security/
H A DNoSuchAlgorithmException.java26 * {@code NoSuchAlgorithmException} indicates that a requested algorithm could
31 public class NoSuchAlgorithmException extends GeneralSecurityException { class in inherits:GeneralSecurityException
36 * Constructs a new instance of {@code NoSuchAlgorithmException} with the
43 public NoSuchAlgorithmException(String msg) { method in class:NoSuchAlgorithmException
48 * Constructs a new instance of {@code NoSuchAlgorithmException}.
52 public NoSuchAlgorithmException() { method in class:NoSuchAlgorithmException
56 * Constructs a new instance of {@code NoSuchAlgorithmException} with the
65 public NoSuchAlgorithmException(String message, Throwable cause) { method in class:NoSuchAlgorithmException
70 * Constructs a new instance of {@code NoSuchAlgorithmException} with the
77 public NoSuchAlgorithmException(Throwabl method in class:NoSuchAlgorithmException
[all...]

Completed in 56 milliseconds