public class SignatureValidationException
extends java.security.cert.CertificateException
| Constructor and Description |
|---|
SignatureValidationException(java.lang.Exception innerException)
Constructs an exception with an exception that caused the error.
|
SignatureValidationException(java.lang.String msg)
Constructs an exception with a message.
|
SignatureValidationException(java.lang.String msg,
java.lang.Exception innerException)
Constructs an exception with a message and the exception that caused the error.
|
public SignatureValidationException(java.lang.String msg)
msg - The exception message.public SignatureValidationException(java.lang.Exception innerException)
innerException - The exception that caused the error.public SignatureValidationException(java.lang.String msg,
java.lang.Exception innerException)
msg - The exception message.innerException - The exception that caused the error.Copyright © 2010-2019 NHIN Direct. All Rights Reserved.