org.apache.derby.client.am
Class BatchUpdateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by java.sql.BatchUpdateException
                  extended by org.apache.derby.client.am.BatchUpdateException
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<java.lang.Throwable>

public class BatchUpdateException
extends java.sql.BatchUpdateException

See Also:
Serialized Form

Field Summary
private static MessageUtil msgutil_
          The message utility instance we use to find messages It's primed with the name of the client message bundle so that it knows to look there if the message isn't found in the shared message bundle.
 
Constructor Summary
BatchUpdateException(LogWriter logWriter, ClientMessageId msgid, int[] updateCounts)
           
BatchUpdateException(LogWriter logWriter, ClientMessageId msgid, java.lang.Object[] args, int[] updateCounts)
           
BatchUpdateException(LogWriter logWriter, ClientMessageId msgid, java.lang.Object[] args, int[] updateCounts, SqlException cause)
           
BatchUpdateException(LogWriter logWriter, ClientMessageId msgid, java.lang.Object arg1, int[] updateCounts)
           
 
Method Summary
 
Methods inherited from class java.sql.BatchUpdateException
getUpdateCounts
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, 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
 

Field Detail

msgutil_

private static final MessageUtil msgutil_
The message utility instance we use to find messages It's primed with the name of the client message bundle so that it knows to look there if the message isn't found in the shared message bundle.

Constructor Detail

BatchUpdateException

public BatchUpdateException(LogWriter logWriter,
                            ClientMessageId msgid,
                            java.lang.Object[] args,
                            int[] updateCounts,
                            SqlException cause)

BatchUpdateException

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

BatchUpdateException

public BatchUpdateException(LogWriter logWriter,
                            ClientMessageId msgid,
                            int[] updateCounts)

BatchUpdateException

public BatchUpdateException(LogWriter logWriter,
                            ClientMessageId msgid,
                            java.lang.Object arg1,
                            int[] updateCounts)

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.