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

/libcore/ojluni/src/main/java/java/security/
H A DSignatureException.java34 public class SignatureException extends GeneralSecurityException { class in inherits:GeneralSecurityException
39 * Constructs a SignatureException with no detail message. A
43 public SignatureException() { method in class:SignatureException
48 * Constructs a SignatureException with the specified detail
54 public SignatureException(String msg) { method in class:SignatureException
59 * Creates a <code>SignatureException</code> with the specified
69 public SignatureException(String message, Throwable cause) { method in class:SignatureException
74 * Creates a <code>SignatureException</code> with the specified cause
84 public SignatureException(Throwable cause) { method in class:SignatureException

Completed in 39 milliseconds