public class KeyDerivationException extends ChainedException
| Constructor and Description |
|---|
KeyDerivationException()
Constructs a
KeyDerivatorException. |
KeyDerivationException(java.lang.String message)
Constructs a
KeyDerivatorException with the specified message. |
KeyDerivationException(java.lang.Throwable cause)
Constructs a
KeyDerivatorException with the specified cause. |
getCausepublic KeyDerivationException()
KeyDerivatorException.public KeyDerivationException(java.lang.Throwable cause)
KeyDerivatorException with the specified cause.cause - The cause.public KeyDerivationException(java.lang.String message)
KeyDerivatorException with the specified message.message - The detail message.