public class

AttachmentException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.jira.web.util.AttachmentException
Known Direct Subclasses

Class Overview

Represtents any File System errors that occur while trying to create an Issue Attachment.

Summary

Public Constructors
AttachmentException(String message)
AttachmentException(Throwable cause)
AttachmentException(String message, Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AttachmentException (String message)

public AttachmentException (Throwable cause)

public AttachmentException (String message, Throwable cause)