Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.client.am
Class ColumnIndexOutOfBoundsException  view ColumnIndexOutOfBoundsException download ColumnIndexOutOfBoundsException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.sql.SQLException
              extended byorg.apache.derby.client.am.SqlException
                  extended byorg.apache.derby.client.am.ColumnIndexOutOfBoundsException
All Implemented Interfaces:
Diagnosable, java.io.Serializable

class ColumnIndexOutOfBoundsException
extends SqlException


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class org.apache.derby.client.am.SqlException
sqlca_, throwable_
 
Fields inherited from class java.sql.SQLException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
(package private) ColumnIndexOutOfBoundsException(LogWriter logWriter, java.lang.Throwable throwable, int resultSetColumn)
           
 
Methods inherited from class org.apache.derby.client.am.SqlException
copyAsUnchainedSQLException, getErrorCode, getMessage, getSqlca, getSQLState, getThrowable, printTrace, setBatchPositionLabel
 
Methods inherited from class java.sql.SQLException
getNextException, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ColumnIndexOutOfBoundsException

ColumnIndexOutOfBoundsException(LogWriter logWriter,
                                java.lang.Throwable throwable,
                                int resultSetColumn)