org.seasar.doma.jdbc
クラス BatchSqlExecutionException

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
すべての実装されたインタフェース:
Serializable

public class BatchSqlExecutionException
extends SqlExecutionException

バッチ処理に失敗した場合にスローされる例外です。

SqlExecutionException.getFormattedSql()null を返します。

作成者:
taedium
関連項目:
直列化された形式

フィールドの概要
 
クラス org.seasar.doma.jdbc.SqlExecutionException から継承されたフィールド
formattedSql, kind, rawSql, rootCause, sqlFilePath
 
クラス org.seasar.doma.DomaException から継承されたフィールド
args, messageResource
 
コンストラクタの概要
BatchSqlExecutionException(ExceptionSqlLogType logType, Sql<?> sql, Throwable cause, Throwable rootCause)
          SQL、スローされた原因、根本原因を指定してインスタンスを構築します。
BatchSqlExecutionException(ExceptionSqlLogType logType, SqlKind kind, String rawSql, String sqlFilePath, Throwable cause, Throwable rootCause)
          未加工SQL、スローされた原因、根本原因を指定してインスタンスを構築します。
 
メソッドの概要
 
クラス org.seasar.doma.jdbc.SqlExecutionException から継承されたメソッド
getFormattedSql, getKind, getRawSql, getRootCause, getSqlFilePath
 
クラス org.seasar.doma.jdbc.JdbcException から継承されたメソッド
choiceSql
 
クラス org.seasar.doma.DomaException から継承されたメソッド
getArgs, getMessageResource
 
クラス java.lang.Throwable から継承されたメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

BatchSqlExecutionException

public BatchSqlExecutionException(ExceptionSqlLogType logType,
                                  Sql<?> sql,
                                  Throwable cause,
                                  Throwable rootCause)
SQL、スローされた原因、根本原因を指定してインスタンスを構築します。

パラメータ:
logType - ログタイプ
sql - SQL
cause - スローされた原因
rootCause - 根本原因

BatchSqlExecutionException

public BatchSqlExecutionException(ExceptionSqlLogType logType,
                                  SqlKind kind,
                                  String rawSql,
                                  String sqlFilePath,
                                  Throwable cause,
                                  Throwable rootCause)
未加工SQL、スローされた原因、根本原因を指定してインスタンスを構築します。

パラメータ:
logType - ログタイプ
kind - SQLの種別
rawSql - 未加工SQL
sqlFilePath - SQLファイルのパス
cause - スローされた原因
rootCause - 根本原因


Copyright © 2009-2014 The Seasar Foundation. All Rights Reserved.