Class AttachmentReadException

All Implemented Interfaces:
Serializable

@ExperimentalApi public class AttachmentReadException extends AttachmentRuntimeException
Represents a case where there was an error 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

    • AttachmentReadException

      public AttachmentReadException(String message)
    • AttachmentReadException

      public AttachmentReadException(Throwable cause)
    • AttachmentReadException

      public AttachmentReadException(String message, Throwable cause)