Clearspace API (2.5.29) Core Javadocs

Uses of Class
com.jivesoftware.community.JiveException

Packages that use JiveException
com.jivesoftware.base Base APIs and classes for Jive Software products. 
com.jivesoftware.community Core interfaces and classes for Clearspace. 
com.jivesoftware.community.search.opensearch   
com.jivesoftware.community.widget   
 

Uses of JiveException in com.jivesoftware.base
 

Subclasses of JiveException in com.jivesoftware.base
 class EmailAlreadyExistsException
          Thrown when attempting to create a user with an email that is already in use by a different user.
 class GroupAlreadyExistsException
          Thrown when attempting to create a group that already exists.
 class GroupNotFoundException
          Thrown when unable to find a group.
 class UserAlreadyExistsException
          Thrown when attempting to create a user that already exists.
 class UserNotFoundException
          Thrown when User cannot be found.
 

Uses of JiveException in com.jivesoftware.community
 

Subclasses of JiveException in com.jivesoftware.community
 class AnnouncementNotFoundException
          Thrown if the specified Announcement was not found.
 class AttachmentException
          Thrown if an error occurs uploading or updating an Attachment.
 class AttachmentNotFoundException
          Thrown if the specified Attachment was not found.
 class AvatarException
          Thrown if there are problems with creation of an Avatar
 class AvatarNotFoundException
          Thrown if the specified Avatar was not found.
 class BanException
          Thrown when a user performs an action that they have been banned from performing.
 class BinaryBodyException
          Thrown if there are problems with creation or loading of a BinaryBody.
 class BlogNotFoundException
          Thrown if the specified Blog was not found.
 class BlogPostNotFoundException
          Thrown if the specified BlogPost was not found.
 class CommentNotFoundException
          Thrown if the specified Comment was not found
 class CommunityNotFoundException
          Thrown if the specified Community was not found
 class DocumentAlreadyExistsException
          Thrown whenever a Document's title is set to be the same as a title to an existing published document.
 class DocumentObjectNotFoundException
          Thrown if the specified Document was not found
 class DuplicateIDException
          Thrown when attempting to set a document ID for a Document that already exists and is associated with a different document than the current document.
 class ForumMessageNotFoundException
          Thrown if the specified ForumMessage was not found
 class ForumThreadNotFoundException
          Thrown if the specified ForumThread was not found
 class ImageException
          Thrown if there are problems with creation or loading of an Image.
 class InvalidLanguageException
          Thrown when attempting to specify a language that is not among the list of allowed languages.
 class NotFoundException
          Thrown when trying to load an object that does not exist, or the object could not be loaded.
 class PresenterTemplateException
          Thrown if there are errors processing a presentation template
 class PrivateMessageFolderNotFoundException
          Thrown if the specified PrivateMessageFolder was not found
 class PrivateMessageNotFoundException
          Thrown when a PrivateMessage was not found
 class PrivateMessageRejectedException
          Thrown when a PrivateMessage is prevented from being posted.
 class RejectedException
          Thrown by a JiveInterceptor when a jive object is prevented from being posted.
 class StatusLevelAlreadyExistsException
          Thrown when attempting to create a StatusLevel that already exists in the system
 class StatusLevelException
          The StatusLevelException is thrown by the StatusLevel class.
 class StatusLevelNotFoundException
          Thrown by StatusLevelManager when attempting to acquire or perform an operation on a status level that does not exist.
 

Uses of JiveException in com.jivesoftware.community.search.opensearch
 

Subclasses of JiveException in com.jivesoftware.community.search.opensearch
 class OpenSearchDescriptorParseException
          An exception thrown when trying to parse an OpenSearch Descriptor file.
 

Uses of JiveException in com.jivesoftware.community.widget
 

Subclasses of JiveException in com.jivesoftware.community.widget
 class WidgetAlreadyExistsException
          Thrown when attempting to install a Widget that already exists.
 class WidgetLayoutAlreadyExistsException
          Thrown when attempting to install a WidgetLayout that already exists.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.