Class AAttachmentListResolutionError.CannotProcessAttachmentList

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.exceptions.AAttachmentListResolutionError
de.xima.fc.exceptions.AAttachmentListResolutionError.CannotProcessAttachmentList
All Implemented Interfaces:
Serializable
Enclosing class:
AAttachmentListResolutionError

public static final class AAttachmentListResolutionError.CannotProcessAttachmentList extends AAttachmentListResolutionError
Since:
8.1.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • CannotProcessAttachmentList

      public CannotProcessAttachmentList(String message, Throwable cause, IReferencedAttachmentList attachmentList)
      Parameters:
      message - Error message with a short description.
      cause - Underlying cause of the error, may be null.
      attachmentList - Attachment list that was resolved. May be null when the error is not specific to an attachment item.
  • Method Details