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

/libcore/luni/src/main/java/java/security/
H A DSignatureException.java21 *{@code SignatureException} is a general {@code Signature} exception.
25 public class SignatureException extends GeneralSecurityException { class in inherits:GeneralSecurityException
30 * Constructs a new instance of {@code SignatureException} with the
36 public SignatureException(String msg) { method in class:SignatureException
41 * Constructs a new instance of {@code SignatureException}.
43 public SignatureException() { method in class:SignatureException
47 * Constructs a new instance of {@code SignatureException} with the
55 public SignatureException(String message, Throwable cause) { method in class:SignatureException
60 * Constructs a new instance of {@code SignatureException} with the
66 public SignatureException(Throwabl method in class:SignatureException
[all...]

Completed in 38 milliseconds