com.cinecolombia.common.utilcomponents
Class DAOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.cinecolombia.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:
CincoSOFT
See Also:
Serialized Form
Created:
Junio 2003

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
DAOException()
          constructor
DAOException(java.lang.String str)
          constructor
 
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 str)
constructor

Parameters:
str - message of exception

DAOException

public DAOException()
constructor