Class FormArchiveValidationException

    • Constructor Detail

      • FormArchiveValidationException

        public FormArchiveValidationException​(String message)
        Create a Form Archive validation exception with the given message.
        Parameters:
        message - the error message
      • FormArchiveValidationException

        public FormArchiveValidationException​(String message,
                                              Throwable cause)
        Create a Form Archive validation exception with the given message and cause.
        Parameters:
        message - the error message
        cause - the cause of the error