Class AjaxUploadException

All Implemented Interfaces:
IFormI18nException, IXfcException, Serializable

public class AjaxUploadException extends AbstractXfcException implements IFormI18nException
When an error occurred in the AJAX upload servlet.
Since:
7.0.11
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • AjaxUploadException

      public AjaxUploadException(String message, String messageKey, String formI18nKey)
      Parameters:
      message - Detail message describing the error.
      messageKey - Key for the localized message.
      formI18nKey - I18N message key with the message for the web form.
    • AjaxUploadException

      public AjaxUploadException(String message, Throwable cause, String messageKey, String formI18nKey)
      Parameters:
      message - Detail message describing the error.
      cause - Underlying cause of the error.
      messageKey - Key for the localized message.
      formI18nKey - I18N message key with the message for the web form.
  • Method Details