com.spoledge.audao.db.dao
Class DaoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.spoledge.audao.db.dao.DaoException
All Implemented Interfaces:
java.io.Serializable

public class DaoException
extends java.lang.Exception

This exception is thrown when DAO detects an application error. For example when the minimum/maximum field length is reached (insert/update) or when an integrity constraint error is detected.

See Also:
Serialized Form

Constructor Summary
DaoException(java.lang.String message)
           
DaoException(java.lang.String message, java.lang.Throwable cause)
           
DaoException(java.lang.Throwable cause)
           
 
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

DaoException

public DaoException(java.lang.String message)

DaoException

public DaoException(java.lang.String message,
                    java.lang.Throwable cause)

DaoException

public DaoException(java.lang.Throwable cause)


Copyright © 2010 Spolecne s.r.o. All Rights Reserved.