@ExperimentalApi public class

NoAttachmentDataException

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

@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 is no record for an attachment id.

Summary

Public Constructors
NoAttachmentDataException(String message)
NoAttachmentDataException(Throwable cause)
NoAttachmentDataException(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 NoAttachmentDataException (String message)

public NoAttachmentDataException (Throwable cause)

public NoAttachmentDataException (String message, Throwable cause)