Class AAttachmentListResolutionError.CannotProcessAttachmentList

    • Constructor Detail

      • 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 Detail