2003.09.15


jdc.java.sql
Class SQLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.sql.SQLException
                    |
                    +--jdc.java.sql.SQLException
All Implemented Interfaces:
java.io.Serializable

public class SQLException
extends java.sql.SQLException

A wrapper class for java.sql.SQLException.

Version:
1.0
Author:
Jay Damon
See Also:
Serialized Form

Constructor Summary
SQLException()
           
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, 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
 

Constructor Detail

SQLException

public SQLException()

2003.09.15



Copyright © 2003 J. Damon & Co.; All Rights Reserved WorldWide.