public class EncryptorConfigurationException extends RuntimeException
| Constructor and Description |
|---|
EncryptorConfigurationException(String message)
Initializes the EncryptorConfigurationException.
|
EncryptorConfigurationException(String message,
Throwable cause)
Initializes the EncryptorConfigurationException.
|
EncryptorConfigurationException(Throwable cause)
Initializes the EncryptorConfigurationException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EncryptorConfigurationException(String message, Throwable cause)
message - the messagecause - the causepublic EncryptorConfigurationException(String message)
message - the messagepublic EncryptorConfigurationException(Throwable cause)
cause - the cause