Package lumis.portal.crypto
Class InvalidEncryptedValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- lumis.portal.crypto.InvalidEncryptedValueException
-
- All Implemented Interfaces:
java.io.Serializable
@StableMinor(version="16.1", sinceVersion="5.5") public class InvalidEncryptedValueException extends java.lang.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: 26156 $ $Date: 2024-01-13 10:26:46 -0300 (Sat, 13 Jan 2024) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidEncryptedValueException()
InvalidEncryptedValueException(java.lang.String message)
InvalidEncryptedValueException(java.lang.String message, java.lang.Throwable cause)
InvalidEncryptedValueException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
InvalidEncryptedValueException
public InvalidEncryptedValueException()
-
InvalidEncryptedValueException
public InvalidEncryptedValueException(java.lang.String message, java.lang.Throwable cause)
-
InvalidEncryptedValueException
public InvalidEncryptedValueException(java.lang.String message)
-
InvalidEncryptedValueException
public InvalidEncryptedValueException(java.lang.Throwable cause)
-
-