Class PreDecryptionValidationException

    • Field Detail

      • serialVersionUID

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

      • PreDecryptionValidationException

        public PreDecryptionValidationException()
        Constructor.
      • PreDecryptionValidationException

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

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

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