Jive Forums API (5.5.20.2-oracle) Core Javadocs

com.jivesoftware.forum
Class ForumNotFoundException

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

public class ForumNotFoundException
extends com.jivesoftware.base.JiveException

See Also:
Serialized Form

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

ForumNotFoundException

public ForumNotFoundException()

ForumNotFoundException

public ForumNotFoundException(java.lang.String msg)

ForumNotFoundException

public ForumNotFoundException(long forumID)

ForumNotFoundException

public ForumNotFoundException(java.lang.String s,
                              long forumID)
Method Detail

getForumID

public long getForumID()

setForumID

public void setForumID(long forumID)

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.