public class BatchUpdateException extends BatchUpdateException
| Constructor and Description |
|---|
BatchUpdateException(LogWriter logWriter) |
BatchUpdateException(LogWriter logWriter,
ClientMessageId msgid,
int[] updateCounts) |
BatchUpdateException(LogWriter logWriter,
ClientMessageId msgid,
Object[] args,
int[] updateCounts) |
BatchUpdateException(LogWriter logWriter,
ClientMessageId msgid,
Object[] args,
int[] updateCounts,
SqlException cause) |
BatchUpdateException(LogWriter logWriter,
ClientMessageId msgid,
Object arg1,
int[] updateCounts) |
BatchUpdateException(LogWriter logWriter,
int[] updateCounts) |
BatchUpdateException(LogWriter logWriter,
String reason,
int[] updateCounts) |
BatchUpdateException(LogWriter logWriter,
String reason,
String sqlState,
int[] updateCounts) |
BatchUpdateException(LogWriter logWriter,
String reason,
String sqlState,
int errorCode,
int[] updateCounts) |
BatchUpdateException(LogWriter logWriter,
String reason,
String sqlState,
int errorCode,
int[] updateCounts,
SqlException cause) |
getUpdateCountsgetErrorCode, getNextException, getSQLState, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BatchUpdateException(LogWriter logWriter, ClientMessageId msgid, Object[] args, int[] updateCounts, SqlException cause)
public BatchUpdateException(LogWriter logWriter, ClientMessageId msgid, Object[] args, int[] updateCounts)
public BatchUpdateException(LogWriter logWriter, ClientMessageId msgid, int[] updateCounts)
public BatchUpdateException(LogWriter logWriter, ClientMessageId msgid, Object arg1, int[] updateCounts)
public BatchUpdateException(LogWriter logWriter)
public BatchUpdateException(LogWriter logWriter, int[] updateCounts)
public BatchUpdateException(LogWriter logWriter, String reason, int[] updateCounts)
public BatchUpdateException(LogWriter logWriter, String reason, String sqlState, int[] updateCounts)
public BatchUpdateException(LogWriter logWriter, String reason, String sqlState, int errorCode, int[] updateCounts)
public BatchUpdateException(LogWriter logWriter, String reason, String sqlState, int errorCode, int[] updateCounts, SqlException cause)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.