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