public class

AttachmentCleanupException

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

Class Overview

Represents a situation where attachments could not be cleaned up.

Summary

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

public AttachmentCleanupException (String message, Throwable cause)

public AttachmentCleanupException (Throwable cause)