Uses of Class
com.atlassian.jira.exception.AttachmentNotFoundException

Packages that use AttachmentNotFoundException
com.atlassian.jira.bc.issue.attachment   
com.atlassian.jira.issue   
com.atlassian.jira.web.servlet   
 

Uses of AttachmentNotFoundException in com.atlassian.jira.bc.issue.attachment
 

Methods in com.atlassian.jira.bc.issue.attachment that throw AttachmentNotFoundException
 Attachment DefaultAttachmentService.getAttachment(JiraServiceContext jiraServiceContext, Long attachmentId)
           
 Attachment AttachmentService.getAttachment(JiraServiceContext jiraServiceContext, Long attachmentId)
          Retrieves the specified issue.
 

Uses of AttachmentNotFoundException in com.atlassian.jira.issue
 

Methods in com.atlassian.jira.issue that throw AttachmentNotFoundException
 Attachment AttachmentManager.getAttachment(Long id)
          Get a single attachment by its ID.
 

Uses of AttachmentNotFoundException in com.atlassian.jira.web.servlet
 

Methods in com.atlassian.jira.web.servlet that throw AttachmentNotFoundException
protected  void ViewAttachmentServlet.setResponseHeaders(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Sets the content type, content length and "Content-Disposition" header of the response based on the values of the attachement found.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.