com.instantbank.common.utilcomponents
Class DAOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.instantbank.common.utilcomponents.DAOException
All Implemented Interfaces:
java.io.Serializable

public class DAOException
extends java.lang.Exception

exception class for DAO services associated with EJBs

Author:
Instant-bank (Consuelo Franky)
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
DAOException()
          constructor
DAOException(java.lang.String str)
          constructor
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

DAOException

public DAOException(java.lang.String str)
constructor
Parameters:
str - message of exception

DAOException

public DAOException()
constructor