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

Packages that use AttachmentNotFoundException
com.atlassian.jira.bc.issue.attachment   
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 AttachmentService.getAttachment(JiraServiceContext jiraServiceContext, Long attachmentId)
          Retrieves the specified issue.
 

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-2011 Atlassian. All Rights Reserved.