public class UncategorizedSQLException extends UncategorizedDataAccessException
| コンストラクターと説明 |
|---|
UncategorizedSQLException(StringSE task, StringSE sql, SQLExceptionSE ex)UncategorizedSQLException のコンストラクター。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE | getSql() 問題が発生した SQL を返します(既知の場合)。 |
SQLExceptionSE | getSQLException() 基本となる SQLException を返します。 |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic UncategorizedSQLException(StringSE task, @Nullable StringSE sql, SQLExceptionSE ex)
task - 現在のタスクの名前 sql - 問題のある SQL ステートメント ex - 根本原因 public SQLExceptionSE getSQLException()