Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.AvatarException

Packages that use AvatarException
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.proxy Protection proxies for Jive Forums objects. 
 

Uses of AvatarException in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that throw AvatarException
 Avatar AvatarManager.createAvatar(User owner, java.lang.String name, java.lang.String contentType, java.io.InputStream in)
          Creates a new avatar for a user allowing the user to specify an inputstream for the image.
 

Uses of AvatarException in com.jivesoftware.forum.database
 

Methods in com.jivesoftware.forum.database that throw AvatarException
 Avatar DbAvatarManager.createAvatar(User owner, java.lang.String name, java.lang.String contentType, java.io.InputStream in)
           
 

Constructors in com.jivesoftware.forum.database that throw AvatarException
DbAvatar(User owner, java.lang.String name, java.lang.String contentType, java.io.InputStream in)
           
 

Uses of AvatarException in com.jivesoftware.forum.proxy
 

Methods in com.jivesoftware.forum.proxy that throw AvatarException
 Avatar AvatarManagerProxy.createAvatar(User owner, java.lang.String name, java.lang.String contentType, java.io.InputStream in)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.