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

/libcore/luni/src/main/java/java/security/
H A DDigestException.java21 *{@code DigestException} is a general message digest exception.
23 public class DigestException extends GeneralSecurityException { class in inherits:GeneralSecurityException
28 * Constructs a new instance of {@code DigestException} with the
34 public DigestException(String msg) { method in class:DigestException
39 * Constructs a new instance of {@code DigestException}.
41 public DigestException() { method in class:DigestException
45 * Constructs a new instance of {@code DigestException} with the
53 public DigestException(String message, Throwable cause) { method in class:DigestException
58 * Constructs a new instance of {@code DigestException} with the
64 public DigestException(Throwabl method in class:DigestException
[all...]

Completed in 34 milliseconds