public class SignatureException extends CryptographicException
| Constructor and Description |
|---|
SignatureException(SignatureError error) |
SignatureException(SignatureError error,
java.lang.Exception innerException)
Constructs an exception with the signature error and the exception that caused the error.
|
SignatureException(SignatureError error,
java.lang.String message)
Constructs an exception with a message and the signature error.
|
SignatureException(SignatureError error,
java.lang.String message,
java.lang.Exception innerException)
Constructs an exception with the signature error, a message, and the exception that caused the error.
|
getError, toStringpublic SignatureException(SignatureError error)
public SignatureException(SignatureError error, java.lang.String message)
error - The signature errormsg - The exception message.public SignatureException(SignatureError error, java.lang.Exception innerException)
error - The signature error.innerException - The exception that caused the error.public SignatureException(SignatureError error, java.lang.String message, java.lang.Exception innerException)
error - The signature error.msg - The exception message.innerException - The exception that caused the error.Copyright © 2010-2019 NHIN Direct. All Rights Reserved.