Class AttachmentDeleteException

All Implemented Interfaces:
Serializable

@ExperimentalApi public class AttachmentDeleteException extends AttachmentRuntimeException
Represents a case where there was an deleting reading the attachment (e.g. some I/O error reading from disk or from the remote attachment store).
Since:
v6.3
See Also:
  • Constructor Details

    • AttachmentDeleteException

      public AttachmentDeleteException(String message)
    • AttachmentDeleteException

      public AttachmentDeleteException(Throwable cause)
    • AttachmentDeleteException

      public AttachmentDeleteException(String message, Throwable cause)