Jive Forums API (5.5.20.2-oracle) Core Javadocs

Uses of Class
com.jivesoftware.forum.AttachmentException

Packages that use AttachmentException
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
 

Uses of AttachmentException in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that throw AttachmentException
 Attachment ForumMessage.createAttachment(java.lang.String name, java.lang.String contentType, java.io.InputStream data)
          Creates a new attachment for this message.
 Attachment PrivateMessage.createAttachment(java.lang.String name, java.lang.String contentType, java.io.InputStream data)
          Creates a new attachment for this private message.
 void Announcement.deleteAttachment(Attachment attachment)
          Deletes an attachment that belongs to the announcement.
 void ForumMessage.deleteAttachment(Attachment attachment)
          Deletes an attachment that belongs to this message.
 void PrivateMessage.deleteAttachment(Attachment attachment)
          Deletes an attachment that belongs to this private message.
 

Constructors in com.jivesoftware.forum with parameters of type AttachmentException
AvatarException(AttachmentException ae)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.