Package de.xima.fc.exceptions
Class AAttachmentListResolutionError
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.exceptions.AAttachmentListResolutionError
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AAttachmentListResolutionError.AAttachmentItemResolutionError,AAttachmentListResolutionError.CannotProcessAttachmentList
Exception class for the various kinds of
EAttachmentItemResolutionErrors with additional data. This should be
considered a sealed class and not be extended by third party classes.- Since:
- 8.1.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAbstract class for all errors specific to an attachment item.static final classException data class for theEAttachmentItemResolutionError.ATTACHMENT_COUNT_REDUCED_TO_ZERO_BY_FILTER_OPTIONSerror.static final classException data class for theEAttachmentItemResolutionError.ATTACHMENT_QUERY_DOES_NOT_MATCHerror.static final classException data class for theEAttachmentItemResolutionError.CANNOT_PROCESS_ATTACHMENT_ITEMerror.static final classException data class for theEAttachmentItemResolutionError.CANNOT_PROCESS_ATTACHMENT_LISTerror.static final classException data class for theEAttachmentItemResolutionError.DATABASE_ERRORerror.static final classException data class for theEAttachmentItemResolutionError.FILE_SYSTEM_ERRORerror.static final classException data class for theEAttachmentItemResolutionError.NODE_DOES_NOT_EXISTerror.static final classException data class for theEAttachmentItemResolutionError.NODE_DOES_NOT_PROVIDE_ATTACHMENTSerror.static final classException data class for theEAttachmentItemResolutionError.NODE_NOT_EXECUTEDerror.static final classException data class for theEAttachmentItemResolutionError.UPLOAD_FIELD_DOES_NOT_EXISTerror.static final classException data class for theEAttachmentItemResolutionError.UPLOAD_FIELD_DOES_NOT_PROVIDE_ATTACHMENTSerror. -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAAttachmentListResolutionError(EAttachmentItemResolutionError type, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
type
-
-
Constructor Details
-
AAttachmentListResolutionError
protected AAttachmentListResolutionError(EAttachmentItemResolutionError type, String message, Throwable cause)
-
-
Method Details
-
getType
- Returns:
- The type of attachment resolution error.
-