org.javaWebGen.exception
Class DBException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
org.javaWebGen.exception.DBException
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Iterable<java.lang.Throwable>
- Direct Known Subclasses:
- DataException
public class DBException
- extends java.sql.SQLException
Data Exception
- Version:
- $Revision: 1.2 $
- Author:
- Kevin Scott
- See Also:
- Serialized Form
Constructor Summary |
DBException()
|
DBException(int code)
|
DBException(int code,
java.lang.Exception e)
|
DBException(int code,
java.sql.SQLException e)
|
DBException(int code,
java.lang.String msg)
|
DBException(int code,
java.lang.String msg,
java.lang.Exception e)
|
DBException(int code,
java.lang.String sql,
java.lang.Object[] parms)
|
DBException(int code,
java.lang.String sql,
java.lang.Object[] parms,
java.sql.SQLException e)
|
DBException(int code,
java.lang.String msg,
java.sql.SQLException e)
|
DBException(java.lang.String msg)
|
Methods inherited from class java.sql.SQLException |
getErrorCode, getNextException, getSQLState, iterator, setNextException |
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 |
GENERIC
public static final int GENERIC
- See Also:
- Constant Field Values
BAD_QUERY
public static final int BAD_QUERY
- See Also:
- Constant Field Values
DATABEAN_ERROR
public static final int DATABEAN_ERROR
- See Also:
- Constant Field Values
DAO_ERROR
public static final int DAO_ERROR
- See Also:
- Constant Field Values
WRONG_NUMBER_OF_ROWS
public static final int WRONG_NUMBER_OF_ROWS
- See Also:
- Constant Field Values
INVALID_COLUMN_NAME
public static final int INVALID_COLUMN_NAME
- See Also:
- Constant Field Values
DATAMANGER_ERROR
public static final int DATAMANGER_ERROR
- See Also:
- Constant Field Values
SEQUENCE_ERROR
public static final int SEQUENCE_ERROR
- See Also:
- Constant Field Values
SQL_ERROR
public static final int SQL_ERROR
- See Also:
- Constant Field Values
NULLPARM_ERROR
public static final int NULLPARM_ERROR
- See Also:
- Constant Field Values
CONNECT_ERROR
public static final int CONNECT_ERROR
- See Also:
- Constant Field Values
NOT_FOUND_ERROR
public static final int NOT_FOUND_ERROR
- See Also:
- Constant Field Values
messages
public static java.lang.String[] messages
DBException
public DBException()
DBException
public DBException(java.lang.String msg)
DBException
public DBException(int code,
java.sql.SQLException e)
DBException
public DBException(int code,
java.lang.String msg)
DBException
public DBException(int code)
DBException
public DBException(int code,
java.lang.String msg,
java.sql.SQLException e)
DBException
public DBException(int code,
java.lang.String msg,
java.lang.Exception e)
DBException
public DBException(int code,
java.lang.Exception e)
DBException
public DBException(int code,
java.lang.String sql,
java.lang.Object[] parms)
DBException
public DBException(int code,
java.lang.String sql,
java.lang.Object[] parms,
java.sql.SQLException e)
Copyright(C) 2003-2006 Kevin Scott - All Rights Reserved.