|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.jivesoftware.base.JiveException
com.jivesoftware.forum.ForumNotFoundException
public class ForumNotFoundException
Constructor Summary | |
---|---|
ForumNotFoundException()
|
|
ForumNotFoundException(long forumID)
|
|
ForumNotFoundException(java.lang.String msg)
|
|
ForumNotFoundException(java.lang.String s,
long forumID)
|
Method Summary | |
---|---|
long |
getForumID()
|
void |
setForumID(long forumID)
|
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 |
---|
public ForumNotFoundException()
public ForumNotFoundException(java.lang.String msg)
public ForumNotFoundException(long forumID)
public ForumNotFoundException(java.lang.String s, long forumID)
Method Detail |
---|
public long getForumID()
public void setForumID(long forumID)
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |