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