public class EncryptionRuntimeException extends EnterpriseSecurityRuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The Constant serialVersionUID.
|
logger, logMessage| Modifier | Constructor and Description |
|---|---|
protected |
EncryptionRuntimeException()
Instantiates a new EncryptionException.
|
|
EncryptionRuntimeException(java.lang.String userMessage,
java.lang.String logMessage)
Creates a new instance of EncryptionException.
|
|
EncryptionRuntimeException(java.lang.String userMessage,
java.lang.String logMessage,
java.lang.Throwable cause)
Instantiates a new EncryptionException.
|
getLogMessage, getUserMessageprivate static final long serialVersionUID
protected EncryptionRuntimeException()
public EncryptionRuntimeException(java.lang.String userMessage,
java.lang.String logMessage)
userMessage - the message displayed to the userlogMessage - the message loggedpublic EncryptionRuntimeException(java.lang.String userMessage,
java.lang.String logMessage,
java.lang.Throwable cause)
userMessage - the message displayed to the userlogMessage - the message loggedcause - the cause