public class BatchSqlExecutionException extends SqlExecutionException
SqlExecutionException.getFormattedSql() returns null.
formattedSql, kind, rawSql, rootCause, sqlFilePathargs, messageResource| Constructor and Description |
|---|
BatchSqlExecutionException(SqlLogType logType,
Sql<?> sql,
java.lang.Throwable cause,
java.lang.Throwable rootCause) |
BatchSqlExecutionException(SqlLogType logType,
SqlKind kind,
java.lang.String rawSql,
java.lang.String sqlFilePath,
java.lang.Throwable cause,
java.lang.Throwable rootCause) |
getFormattedSql, getKind, getRawSql, getRootCause, getSqlFilePathchoiceSqlgetArgs, getMessageResourcepublic BatchSqlExecutionException(SqlLogType logType, Sql<?> sql, java.lang.Throwable cause, java.lang.Throwable rootCause)
public BatchSqlExecutionException(SqlLogType logType, SqlKind kind, java.lang.String rawSql, java.lang.String sqlFilePath, java.lang.Throwable cause, java.lang.Throwable rootCause)