@ExperimentalApi public class

AttachmentCopyException

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

@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 moving the attachment.

Summary

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

public AttachmentCopyException (Throwable cause)

public AttachmentCopyException (String message, Throwable cause)