com.jivesoftware.forum
Class ForumCategoryNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jivesoftware.base.JiveException
com.jivesoftware.forum.ForumCategoryNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class ForumCategoryNotFoundException
- extends com.jivesoftware.base.JiveException
- See Also:
- Serialized Form
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 |
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 stringforumCategoryID
- 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.
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
Copyright © 1999-2006 Jive Software.