Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum
Class ForumCategoryNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jivesoftware.base.JiveException
              extended by com.jivesoftware.forum.ForumCategoryNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ForumCategoryNotFoundException
extends JiveException

See Also:
Serialized Form

Constructor Summary
ForumCategoryNotFoundException()
           
ForumCategoryNotFoundException(long forumCategoryID)
          Creates this exception with the id of the forum category that could not be found.
ForumCategoryNotFoundException(java.lang.String msg)
           
ForumCategoryNotFoundException(java.lang.String s, long forumCategoryID)
          Creates this exception with a messages and the id of the forum category that could not be found
 
Method Summary
 long getForumCategoryID()
          The id of the forum category that was not found
 void setForumCategoryID(long forumCategoryID)
          Sets the id of the forum category that was not found
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ForumCategoryNotFoundException

public ForumCategoryNotFoundException()

ForumCategoryNotFoundException

public ForumCategoryNotFoundException(java.lang.String msg)

ForumCategoryNotFoundException

public ForumCategoryNotFoundException(java.lang.String s,
                                      long forumCategoryID)
Creates this exception with a messages and the id of the forum category that could not be found

Parameters:
s - message string
forumCategoryID - id of the forum category that could not be found

ForumCategoryNotFoundException

public ForumCategoryNotFoundException(long forumCategoryID)
Creates this exception with the id of the forum category that could not be found.

Parameters:
forumCategoryID - ID of the forum category not found.
Method Detail

setForumCategoryID

public void setForumCategoryID(long forumCategoryID)
Sets the id of the forum category that was not found

Parameters:
forumCategoryID - if of the forum that was not found

getForumCategoryID

public long getForumCategoryID()
The id of the forum category that was not found

Returns:
Id of the forum that was not found

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.