Class AttachmentCopyException

All Implemented Interfaces:
Serializable

@ExperimentalApi public class AttachmentCopyException extends AttachmentRuntimeException
Represents a case where there was an error moving the attachment.
Since:
v6.3
See Also:
  • Constructor Details

    • AttachmentCopyException

      public AttachmentCopyException(String message)
    • AttachmentCopyException

      public AttachmentCopyException(Throwable cause)
    • AttachmentCopyException

      public AttachmentCopyException(String message, Throwable cause)