oemware.core.dao
Class DaoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oemware.core.CoreException
              extended by oemware.core.ServiceException
                  extended by oemware.core.dao.DaoException
All Implemented Interfaces:
java.io.Serializable

public class DaoException
extends ServiceException

The dao exception.

Version:
$Id: DaoException.java 13 2008-06-15 19:43:04Z oemware $
See Also:
Serialized Form

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

DaoException

public DaoException(java.lang.String pMessage)

DaoException

public DaoException(java.lang.Throwable pThrowable)

DaoException

public DaoException(java.lang.String pMessage,
                    java.lang.Throwable pThrowable)


Copyright © 2008 Deft Labs - Released under LGPL, Version 3.0