it.mokabyte.pattern.exception
Class DAOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--it.mokabyte.pattern.exception.DAOException
All Implemented Interfaces:
java.io.Serializable

public class DAOException
extends java.lang.Exception

Title: DAOException

Description: Exception Wrapper of the underlaying layer

Copyright: Copyright (c) 2002

Company:

Author:
Rossini S. - Dozio L.
See Also:
Serialized Form

Field Summary
private  java.lang.Exception exc
           
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
DAOException()
          The no-arg constructor
DAOException(java.lang.Exception e)
           
DAOException(java.lang.String message)
          Construct a DAOException with an error message
 
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
 

Field Detail

exc

private java.lang.Exception exc
Constructor Detail

DAOException

public DAOException()
The no-arg constructor

DAOException

public DAOException(java.lang.String message)
Construct a DAOException with an error message
Parameters:
message - the error message

DAOException

public DAOException(java.lang.Exception e)