org.jasypt.exceptions
public final class EncryptionOperationNotPossibleException extends 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.
Constructor and Description |
---|
EncryptionOperationNotPossibleException() |
EncryptionOperationNotPossibleException(String message) |
EncryptionOperationNotPossibleException(Throwable t) |
public EncryptionOperationNotPossibleException()
public EncryptionOperationNotPossibleException(Throwable t)
public EncryptionOperationNotPossibleException(String message)
Copyright © 2014 The JASYPT team. All Rights Reserved.