public class UncategorizedSQLException extends UncategorizedDataAccessException
| コンストラクターと説明 |
|---|
UncategorizedSQLException(java.lang.String task, java.lang.String sql, java.sql.SQLException ex)UncategorizedSQLException のコンストラクター。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
java.lang.String | getSql() 問題が発生した SQL を返します(既知の場合)。 |
java.sql.SQLException | getSQLException() 基本となる SQLException を返します。 |
contains, getMessage, getMostSpecificCause, getRootCausepublic UncategorizedSQLException(java.lang.String task,
@Nullable
java.lang.String sql,
java.sql.SQLException ex)task - 現在のタスクの名前 sql - 問題のある SQL ステートメント ex - 根本原因 public java.sql.SQLException getSQLException()
@Nullable public java.lang.String getSql()