@ExperimentalApi public class

AttachmentReadException

extends AttachmentRuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.jira.issue.attachment.AttachmentRuntimeException
           ↳ com.atlassian.jira.issue.attachment.AttachmentReadException

@ExperimentalApi

This class is considered usable by external developers but its contracts have not stabilized.

Experimental APIs may be changed at any time before being marked @Internal or @PublicApi.

Class Overview

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).

Summary

Public Constructors
AttachmentReadException(String message)
AttachmentReadException(Throwable cause)
AttachmentReadException(String message, Throwable cause)
[Expand]
Inherited Methods
From class com.atlassian.jira.issue.attachment.AttachmentRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AttachmentReadException (String message)

public AttachmentReadException (Throwable cause)

public AttachmentReadException (String message, Throwable cause)