Dekoh platform API

dekoh.portal.fwk.exception
Class CommentIsUpdatedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by dekoh.portal.fwk.exception.CommentIsUpdatedException
All Implemented Interfaces:
Serializable

public class CommentIsUpdatedException
extends Exception

Since:
Oct 17, 2008
See Also:
Serialized Form

Constructor Summary
CommentIsUpdatedException(int commentId, int totalReplies)
           
 
Method Summary
 int getCommentId()
           
 int getTotalReplies()
           
 
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

CommentIsUpdatedException

public CommentIsUpdatedException(int commentId,
                                 int totalReplies)
Method Detail

getCommentId

public int getCommentId()

getTotalReplies

public int getTotalReplies()

Dekoh platform API

© 2009 Pramati Technologies - Dekoh - Portal for Developers