Class InvalidEncryptedValueException

  • All Implemented Interfaces:
    java.io.Serializable

    @StableMinor(version="17.0",
                 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: 26587 $ $Date: 2024-08-26 21:09:17 -0300 (Mon, 26 Aug 2024) $
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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)