public class SignatureValidationException extends CertificateException
| Constructor and Description |
|---|
SignatureValidationException(Exception innerException)
Constructs an exception with an exception that caused the error.
|
SignatureValidationException(String msg)
Constructs an exception with a message.
|
SignatureValidationException(String msg,
Exception innerException)
Constructs an exception with a message and the exception that caused the error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SignatureValidationException(String msg)
msg - The exception message.public SignatureValidationException(Exception innerException)
innerException - The exception that caused the error.Copyright © 2010-2016 NHIN Direct. All Rights Reserved.