net.anotheria.moskitodemo.annotation
Class CommentsPersistenceServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.anotheria.moskitodemo.annotation.CommentsPersistenceServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommentNotFoundInCommentsPersistenceServiceException

public class CommentsPersistenceServiceException
extends Exception

See Also:
Serialized Form

Constructor Summary
CommentsPersistenceServiceException(net.anotheria.db.dao.DAOException e)
           
CommentsPersistenceServiceException(SQLException e)
           
CommentsPersistenceServiceException(String message)
           
 
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

CommentsPersistenceServiceException

public CommentsPersistenceServiceException(String message)

CommentsPersistenceServiceException

public CommentsPersistenceServiceException(SQLException e)

CommentsPersistenceServiceException

public CommentsPersistenceServiceException(net.anotheria.db.dao.DAOException e)


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