Class AjaxUploadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.exceptions.AbstractXfcException
de.xima.fc.exceptions.AjaxUploadException
- All Implemented Interfaces:
de.xima.cmn.i18n.ILocalizedMessageProvider, IFormI18nException, IXfcException, Serializable
When an error occurred in the AJAX upload servlet.
- Since:
- 7.0.11
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAjaxUploadException(String message, String messageKey, String formI18nKey) AjaxUploadException(String message, Throwable cause, String messageKey, String formI18nKey) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class AbstractXfcException
getErrorCode, getExceptionData, getLocalizedMessage, getMessageKey, getMessageParamsMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface de.xima.cmn.i18n.ILocalizedMessageProvider
getLocalizedMessageMethods inherited from interface IXfcException
getErrorCode, getExceptionData, getMessageKey, getMessageParams
-
Constructor Details
-
AjaxUploadException
-
AjaxUploadException
- 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
-
getFormI18nKey
- Specified by:
getFormI18nKeyin interfaceIFormI18nException- Returns:
- The key to lookup in the form I18N messages. This should be used for messages facing the end-user.
-
getDefaultMessageKey
- Specified by:
getDefaultMessageKeyin interfaceIXfcException
-
getDefaultErrorCode
- Specified by:
getDefaultErrorCodein interfaceIXfcException
-