public class SignatureException extends CryptographicException
| Constructor and Description |
|---|
SignatureException(SignatureError error) |
SignatureException(SignatureError error,
Exception innerException)
Constructs an exception with the signature error and the exception that caused the error.
|
SignatureException(SignatureError error,
String message)
Constructs an exception with a message and the signature error.
|
SignatureException(SignatureError error,
String message,
Exception innerException)
Constructs an exception with the signature error, a message, and the exception that caused the error.
|
getError, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic SignatureException(SignatureError error)
public SignatureException(SignatureError error, String message)
error - The signature errormsg - The exception message.public SignatureException(SignatureError error, Exception innerException)
error - The signature error.innerException - The exception that caused the error.public SignatureException(SignatureError error, String message, Exception innerException)
error - The signature error.msg - The exception message.innerException - The exception that caused the error.Copyright © 2010-2016 NHIN Direct. All Rights Reserved.