net.anotheria.moskitodemo.sqltrace.persistence
Class CommentDAONoItemForIdFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.anotheria.db.dao.DAOException
              extended by net.anotheria.moskitodemo.sqltrace.persistence.CommentDAOException
                  extended by net.anotheria.moskitodemo.sqltrace.persistence.CommentDAONoItemForIdFoundException
All Implemented Interfaces:
Serializable

public class CommentDAONoItemForIdFoundException
extends CommentDAOException

See Also:
Serialized Form

Constructor Summary
CommentDAONoItemForIdFoundException(long id)
           
CommentDAONoItemForIdFoundException(String id)
           
 
Method Summary
 
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

CommentDAONoItemForIdFoundException

public CommentDAONoItemForIdFoundException(String id)

CommentDAONoItemForIdFoundException

public CommentDAONoItemForIdFoundException(long id)


Copyright © 2010-2012 anotheria.net. All Rights Reserved.