de.iiit.jdbc
Class JdbcException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--de.iiit.jdbc.JdbcException
- All Implemented Interfaces:
- Serializable
- public class JdbcException
- extends Exception
An exception that provides information on a database access error or other errors.
- Version:
- $Revision: 1.6 $ $Date: 2003/01/01 21:03:49 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JdbcException
public JdbcException()
- Creates a new instance of JdbcException
JdbcException
public JdbcException(SQLException e)
- Creates a new instance of JdbcException
- Parameters:
e
- The SQLException causing this one
Copyright © 2002, 2003 ingeneurbuero fuer innovative
informationstechnik, Dipl.-Ing. Joerg Beckmann, Dortmund,
Germany. All Rights Reserved.
See Copyright statement