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

/openjdk7/jdk/src/share/classes/java/security/
H A DDigestException.java33 public class DigestException extends GeneralSecurityException { class in inherits:GeneralSecurityException
38 * Constructs a DigestException with no detail message. (A
42 public DigestException() { method in class:DigestException
47 * Constructs a DigestException with the specified detail
53 public DigestException(String msg) { method in class:DigestException
58 * Creates a <code>DigestException</code> with the specified
68 public DigestException(String message, Throwable cause) { method in class:DigestException
73 * Creates a <code>DigestException</code> with the specified cause
83 public DigestException(Throwable cause) { method in class:DigestException

Completed in 50 milliseconds