Class 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 Detail

      • InvalidEncryptedValueException

        public InvalidEncryptedValueException()
      • InvalidEncryptedValueException

        public InvalidEncryptedValueException​(String message,
                                              Throwable cause)
      • InvalidEncryptedValueException

        public InvalidEncryptedValueException​(String message)
      • InvalidEncryptedValueException

        public InvalidEncryptedValueException​(Throwable cause)