Uses of Class
com.atlassian.confluence.pages.AttachmentDataNotFoundException

Packages that use AttachmentDataNotFoundException
com.atlassian.confluence.pages.persistence.dao   
com.atlassian.confluence.pages.persistence.dao.hibernate   
 

Uses of AttachmentDataNotFoundException in com.atlassian.confluence.pages.persistence.dao
 

Methods in com.atlassian.confluence.pages.persistence.dao that throw AttachmentDataNotFoundException
 InputStream AttachmentDao.getAttachmentData(Attachment attachment)
          Retrieves the InputStream representing the data for attachment
 InputStream AttachmentDataDao.getDataForAttachment(Attachment attachment)
          Grabs the AttachmentData object for an Attachment
 InputStream FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment)
           
 InputStream WebDavAttachmentDao.getAttachmentData(Attachment attachment)
           
 

Uses of AttachmentDataNotFoundException in com.atlassian.confluence.pages.persistence.dao.hibernate
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that throw AttachmentDataNotFoundException
 InputStream AbstractHibernateAttachmentDao.getAttachmentData(Attachment attachment)
           
protected  AttachmentData HibernateAttachmentDataDao.getAttachmentDataForAttachment(Attachment attachment)
           
 InputStream HibernateAttachmentDataDao.getDataForAttachment(Attachment attachment)
           
 



Confluence is developed by Atlassian.