pt.moredata.dao
Class DAOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bypt.moredata.dao.DAOException
All Implemented Interfaces:
java.io.Serializable

public class DAOException
extends java.lang.Exception

This a general Exception throw by dao API. Company MoreData

Version:
$Revision: 1.3 $
Author:
Paulo Carmo, Ricardo Amaro, Sergio Ferreira
See Also:
Serialized Form

Constructor Summary
DAOException(java.lang.String message)
           
 
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

DAOException

public DAOException(java.lang.String message)