iiitToolkit 1.0

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

Constructor Summary
JdbcException()
          Creates a new instance of JdbcException
JdbcException(SQLException e)
          Creates a new instance of JdbcException
 
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

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

iiitToolkit 1.0

Copyright © 2002, 2003 ingeneurbuero fuer innovative informationstechnik, Dipl.-Ing. Joerg Beckmann, Dortmund, Germany. All Rights Reserved.
See Copyright statement