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