public class EncryptionException extends IfsException
APPLICATION_ERROR, DATABASE_ERROR, ENCRYPTION_ERROR, error, LICENSE_VIOLATION_ERROR, MANUAL_DECISION, NOT_LOGGED_ON_ERROR, PARSE_ERROR, SECURITY_ERROR, SYSTEM_ERROR, TIMEOUT_ERROR, UNKNOWN, USER_ABORT, VALIDATION_ERROR
Constructor and Description |
---|
EncryptionException(FndTranslatableText msg,
java.lang.String... p1)
Create a new instance
|
EncryptionException(java.lang.String msg,
java.lang.String... p1)
Create a new instance
|
EncryptionException(java.lang.Throwable cause,
FndTranslatableText msg,
java.lang.String... p1)
Create a new instance
|
EncryptionException(java.lang.Throwable cause,
java.lang.String msg,
java.lang.String... p1)
Create a new instance
|
error, getExtraInfo, getMessage, getTranslationID, getType, runtimeError
public EncryptionException(FndTranslatableText msg, java.lang.String... p1)
msg
- error messagep1
- placeholder textspublic EncryptionException(java.lang.Throwable cause, FndTranslatableText msg, java.lang.String... p1)
cause
- exception causing this exception to be thrownmsg
- error messagep1
- placeholder textspublic EncryptionException(java.lang.String msg, java.lang.String... p1)
msg
- error messagep1
- placeholder textspublic EncryptionException(java.lang.Throwable cause, java.lang.String msg, java.lang.String... p1)
cause
- exception causing this exception to be thrownmsg
- error messagep1
- placeholder texts