pt.despodata.java.ddata
Class DBException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bypt.moredata.dao.DataBaseException
                  extended bypt.despodata.java.ddata.DBException
All Implemented Interfaces:
java.io.Serializable

public class DBException
extends DataBaseException

Title: DBException Description: Excepções ocorridas quando uma acção sobre a base de dados devolve um erro Copyright: Copyright (c) Despodata Company : Despodata Author : Sergio Ferreira : Paulo Carmo

Version:
: $Revision: 1.1.1.1 $
See Also:
Serialized Form

Constructor Summary
DBException(java.lang.String message, java.sql.SQLException _sqlException, java.lang.Object exceptionSource)
           
 
Methods inherited from class pt.moredata.dao.DataBaseException
getDetailedMessage, getErrorCode, getErrorMessage, getErrorType, getSQLException, getSQLState
 
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

DBException

public DBException(java.lang.String message,
                   java.sql.SQLException _sqlException,
                   java.lang.Object exceptionSource)
Parameters:
message - Mensagem especifica
_sqlException - Referência para a excepção de SQL ocorrida