Class DecryptionException

  • All Implemented Interfaces:
    Serializable

    public class DecryptionException
    extends Exception
    Exception thrown when an error occurs during decryption operations.
    See Also:
    Serialized Form
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Serial version UID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DecryptionException

        public DecryptionException()
        Constructor.
      • DecryptionException

        public DecryptionException​(@Nullable
                                   String message)
        Constructor.
        Parameters:
        message - exception message
      • DecryptionException

        public DecryptionException​(@Nullable
                                   Exception wrappedException)
        Constructor.
        Parameters:
        wrappedException - exception to be wrapped by this one
      • DecryptionException

        public DecryptionException​(@Nullable
                                   String message,
                                   @Nullable
                                   Exception wrappedException)
        Constructor.
        Parameters:
        message - exception message
        wrappedException - exception to be wrapped by this one