net.comtor.dao
Class ComtorDaoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.comtor.exception.ComtorException
              extended by net.comtor.dao.ComtorDaoException
All Implemented Interfaces:
java.io.Serializable

public class ComtorDaoException
extends ComtorException

Exception that encapsulates any exception

See Also:
Serialized Form

Constructor Summary
ComtorDaoException(java.lang.String message)
          Creates a new instance of BusinessLogicException
ComtorDaoException(java.lang.String message, java.lang.Throwable throwable)
           
ComtorDaoException(java.lang.Throwable throwable)
          Creates a new instance of BusinessLogicException
 
Method Summary
 
Methods inherited from class net.comtor.exception.ComtorException
getMessage, getOriginalException, getOriginalMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ComtorDaoException

public ComtorDaoException(java.lang.String message)
Creates a new instance of BusinessLogicException


ComtorDaoException

public ComtorDaoException(java.lang.Throwable throwable)
Creates a new instance of BusinessLogicException


ComtorDaoException

public ComtorDaoException(java.lang.String message,
                          java.lang.Throwable throwable)