Package lumis.portal.crypto
Class InvalidEncryptedValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- lumis.portal.crypto.InvalidEncryptedValueException
-
- All Implemented Interfaces:
Serializable
@StableMinor(version="14.0", sinceVersion="5.5") public class InvalidEncryptedValueException extends Exception
Thrown to indicate that an invalid encrypted value was used. This usually indicates the value is corrupted or was not encrypted with the same algorithms and keys.- Since:
- 5.5.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidEncryptedValueException()
InvalidEncryptedValueException(String message)
InvalidEncryptedValueException(String message, Throwable cause)
InvalidEncryptedValueException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidEncryptedValueException
public InvalidEncryptedValueException()
-
InvalidEncryptedValueException
public InvalidEncryptedValueException(String message, Throwable cause)
-
InvalidEncryptedValueException
public InvalidEncryptedValueException(String message)
-
InvalidEncryptedValueException
public InvalidEncryptedValueException(Throwable cause)
-
-