public final class EncryptionOperationNotPossibleException
extends java.lang.RuntimeException
General exception thrown when any errors are raised during encryption, digesting, etc.
It is intended to provide very little information (if any) of the error causes, so that encryption internals are not revealed through error messages.
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
EncryptionOperationNotPossibleException() |
EncryptionOperationNotPossibleException(java.lang.String message) |
EncryptionOperationNotPossibleException(java.lang.Throwable t) |
private static final long serialVersionUID
public EncryptionOperationNotPossibleException()
public EncryptionOperationNotPossibleException(java.lang.Throwable t)
public EncryptionOperationNotPossibleException(java.lang.String message)