java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.doma.DomaException
org.seasar.doma.jdbc.JdbcException
org.seasar.doma.jdbc.SqlExecutionException
org.seasar.doma.jdbc.BatchSqlExecutionException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a batch processing is failed.
SqlExecutionException.getFormattedSql() returns null.
- See Also:
-
Field Summary
Fields inherited from class org.seasar.doma.jdbc.SqlExecutionException
formattedSql, kind, rawSql, rootCause, sqlFilePathFields inherited from class org.seasar.doma.DomaException
args, messageResource -
Constructor Summary
ConstructorsConstructorDescriptionBatchSqlExecutionException(SqlLogType logType, Sql<?> sql, Throwable cause, Throwable rootCause) BatchSqlExecutionException(SqlLogType logType, SqlKind kind, String rawSql, String sqlFilePath, Throwable cause, Throwable rootCause) -
Method Summary
Methods inherited from class org.seasar.doma.jdbc.SqlExecutionException
getFormattedSql, getKind, getRawSql, getRootCause, getSqlFilePathMethods inherited from class org.seasar.doma.jdbc.JdbcException
choiceSqlMethods inherited from class org.seasar.doma.DomaException
getArgs, getMessageResourceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BatchSqlExecutionException
public BatchSqlExecutionException(SqlLogType logType, Sql<?> sql, Throwable cause, Throwable rootCause) -
BatchSqlExecutionException
-