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

Quick Search    Search Deep

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

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

public class BatchUpdateException
extends java.sql.BatchUpdateException


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.sql.BatchUpdateException
 
Fields inherited from class java.sql.SQLException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
BatchUpdateException(LogWriter logWriter)
           
BatchUpdateException(LogWriter logWriter, ErrorKey errorKey, int[] updateCounts)
           
BatchUpdateException(LogWriter logWriter, ErrorKey errorKey, java.lang.Object[] args, int[] updateCounts)
           
BatchUpdateException(LogWriter logWriter, ErrorKey errorKey, java.lang.Object arg, int[] updateCounts)
           
BatchUpdateException(LogWriter logWriter, int[] updateCounts)
           
BatchUpdateException(LogWriter logWriter, java.lang.String reason, int[] updateCounts)
           
BatchUpdateException(LogWriter logWriter, java.lang.String reason, java.lang.String sqlState, int[] updateCounts)
           
BatchUpdateException(LogWriter logWriter, java.lang.String reason, java.lang.String sqlState, int errorCode, int[] updateCounts)
           
 
Methods inherited from class java.sql.BatchUpdateException
getUpdateCounts
 
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

BatchUpdateException

public BatchUpdateException(LogWriter logWriter,
                            ErrorKey errorKey,
                            int[] updateCounts)

BatchUpdateException

public BatchUpdateException(LogWriter logWriter,
                            ErrorKey errorKey,
                            java.lang.Object[] args,
                            int[] updateCounts)

BatchUpdateException

public BatchUpdateException(LogWriter logWriter,
                            ErrorKey errorKey,
                            java.lang.Object arg,
                            int[] updateCounts)

BatchUpdateException

public BatchUpdateException(LogWriter logWriter)

BatchUpdateException

public BatchUpdateException(LogWriter logWriter,
                            int[] updateCounts)

BatchUpdateException

public BatchUpdateException(LogWriter logWriter,
                            java.lang.String reason,
                            int[] updateCounts)

BatchUpdateException

public BatchUpdateException(LogWriter logWriter,
                            java.lang.String reason,
                            java.lang.String sqlState,
                            int[] updateCounts)

BatchUpdateException

public BatchUpdateException(LogWriter logWriter,
                            java.lang.String reason,
                            java.lang.String sqlState,
                            int errorCode,
                            int[] updateCounts)