Clearspace API (1.7.0) Core Javadocs

com.jivesoftware.community
Class CommentNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jivesoftware.community.JiveException
              extended by com.jivesoftware.community.CommentNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class CommentNotFoundException
extends JiveException

Thrown if the specified Comment was not found

See Also:
Serialized Form

Constructor Summary
CommentNotFoundException()
           
CommentNotFoundException(long commentID)
           
CommentNotFoundException(long commentID, java.lang.Exception e)
           
CommentNotFoundException(long commentID, java.lang.String msg)
           
CommentNotFoundException(java.lang.String msg)
           
 
Method Summary
 long getCommentID()
           
 
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

CommentNotFoundException

public CommentNotFoundException()

CommentNotFoundException

public CommentNotFoundException(java.lang.String msg)

CommentNotFoundException

public CommentNotFoundException(long commentID)

CommentNotFoundException

public CommentNotFoundException(long commentID,
                                java.lang.String msg)

CommentNotFoundException

public CommentNotFoundException(long commentID,
                                java.lang.Exception e)
Method Detail

getCommentID

public long getCommentID()

Clearspace Project Page

Copyright © 1999-2007 Jive Software.