@ExperimentalApi public class

AttachmentMoveException

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

@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
AttachmentMoveException(String message)
AttachmentMoveException(Throwable cause)
AttachmentMoveException(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 AttachmentMoveException (String message)

public AttachmentMoveException (Throwable cause)

public AttachmentMoveException (String message, Throwable cause)