org.apache.derby.client.am
Class BatchUpdateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
java.sql.BatchUpdateException
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)
|
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 |
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.
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)
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.