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

/libcore/luni/src/main/java/java/security/
H A DNoSuchAlgorithmException.java21 * {@code NoSuchAlgorithmException} indicates that a requested algorithm could
24 public class NoSuchAlgorithmException extends GeneralSecurityException { class in inherits:GeneralSecurityException
29 * Constructs a new instance of {@code NoSuchAlgorithmException} with the
35 public NoSuchAlgorithmException(String msg) { method in class:NoSuchAlgorithmException
40 * Constructs a new instance of {@code NoSuchAlgorithmException}.
42 public NoSuchAlgorithmException() { method in class:NoSuchAlgorithmException
46 * Constructs a new instance of {@code NoSuchAlgorithmException} with the
54 public NoSuchAlgorithmException(String message, Throwable cause) { method in class:NoSuchAlgorithmException
59 * Constructs a new instance of {@code NoSuchAlgorithmException} with the
65 public NoSuchAlgorithmException(Throwabl method in class:NoSuchAlgorithmException
[all...]

Completed in 68 milliseconds