|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JiveException | |
---|---|
com.jivesoftware.base | Base APIs and classes for Jive Software products. |
com.jivesoftware.base.ban | |
com.jivesoftware.base.database.dao | |
com.jivesoftware.base.util.textmining | |
com.jivesoftware.forum | Core interfaces and classes for Jive Forums. |
com.jivesoftware.forum.gateway | Synchronizes Jive Forums data with external data sources such as NNTP servers. |
com.jivesoftware.forum.mail | |
com.jivesoftware.forum.nntp | Jive Forums internal NNTP server. |
com.jivesoftware.util | Common utility classes for all Jive Software code. |
Uses of JiveException in com.jivesoftware.base |
---|
Subclasses of JiveException in com.jivesoftware.base | |
---|---|
class |
GroupAlreadyExistsException
Thrown when attempting to create a group that already exists. |
class |
GroupNotFoundException
Thrown when unable to find a group. |
class |
NotFoundException
Thrown when trying to load an object that does not exist, or the object could not be loaded. |
class |
PollException
A poll exception is thrown by methods in the Poll class. |
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.base.ban |
---|
Subclasses of JiveException in com.jivesoftware.base.ban | |
---|---|
class |
BanException
Thrown when a user performs an action that they have been banned from performing. |
Uses of JiveException in com.jivesoftware.base.database.dao |
---|
Subclasses of JiveException in com.jivesoftware.base.database.dao | |
---|---|
class |
DAOException
Exception that should be thrown by DAO methods. |
class |
NotUniqueException
Can be thrown by the DAO when creation is attempted on an object that should be unique |
Uses of JiveException in com.jivesoftware.base.util.textmining |
---|
Subclasses of JiveException in com.jivesoftware.base.util.textmining | |
---|---|
class |
FastSavedException
|
class |
PasswordProtectedException
|
Uses of JiveException in com.jivesoftware.forum |
---|
Subclasses of JiveException in com.jivesoftware.forum | |
---|---|
class |
AnnouncementNotFoundException
Thrown if a nonexistant Announcement was attempting to be loaded. |
class |
AttachmentException
|
class |
AttachmentNotFoundException
Thrown if a attempting to load an Attachment fails. |
class |
AvatarException
Thrown if there are problems with creation of Avatars |
class |
AvatarNotFoundException
Thrown when trying to acquire an avatar that does not exist |
class |
ForumCategoryNotFoundException
|
class |
ForumMessageNotFoundException
Thrown if a nonexistant ForumMessage was attempting to be loaded. |
class |
ForumNotFoundException
|
class |
ForumThreadNotFoundException
Thrown if a nonexistant ForumThread was attempting to be loaded. |
class |
MessageRejectedException
Thrown by a MessageInterceptor when a message is prevented from being posted. |
class |
NameAlreadyExistsException
|
class |
PrivateMessageFolderNotFoundException
|
class |
PrivateMessageNotFoundException
Thrown when a private message could not be loaded. |
class |
PrivateMessageRejectedException
Thrown when a private is prevented from being posted. |
class |
RewardException
Thrown when an error occurs during a failed operation in the RewardManager. |
class |
StatusLevelAlreadyExistsException
Thrown when attempting to create a status level 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. |
class |
TagAlreadyExistsException
Thrown when attempting to create a tag that already exists. |
class |
TagObjectNotFoundException
Thrown if the specified tag object was not found. |
Uses of JiveException in com.jivesoftware.forum.gateway |
---|
Subclasses of JiveException in com.jivesoftware.forum.gateway | |
---|---|
class |
GatewayException
Thrown when an error occurs during a Gateway operation. |
Uses of JiveException in com.jivesoftware.forum.mail |
---|
Subclasses of JiveException in com.jivesoftware.forum.mail | |
---|---|
class |
EmailMonitorException
Exception thrown by the email monitoring system. |
Uses of JiveException in com.jivesoftware.forum.nntp |
---|
Subclasses of JiveException in com.jivesoftware.forum.nntp | |
---|---|
class |
ArticleNotFoundException
Thrown when an article is not found. |
class |
ArticleNotSelectedException
Thrown when an operation fails because no article has been selected. |
class |
NewsGroupNotFoundException
Thrown when an appropriate news group is not found. |
class |
NNTPException
Base NNTP exception. |
class |
NoGroupSelectedException
Thrown when an operation fails because it requires a group to be selected. |
class |
NoNextArticleException
Thrown when no next article exists (NNTP NEXT command). |
class |
NoPermissionException
Indicates an operation could not be completed because the user did not have sufficient permissions. |
class |
NoPreviousArticleException
Thrown when no previous article exists (NNTP LAST command). |
class |
NoSuchArticleNumberException
Thrown when an appropriate article id is not found in the current group. |
class |
PostFailedException
Posting an article failed. |
class |
PostNotAllowedException
Posting an article failed. |
class |
PostRejectedException
The post was rejected. |
class |
SyntaxException
Thrown when a syntax parsing exception occurs. |
Uses of JiveException in com.jivesoftware.util |
---|
Subclasses of JiveException in com.jivesoftware.util | |
---|---|
class |
AlreadyExistsException
Flags an exception when something to be created or added already exists. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |