パッケージ org.springframework.jdbc

クラス UncategorizedSQLException

実装されたすべてのインターフェース:
SerializableSE

public class UncategorizedSQLException extends UncategorizedDataAccessException
SQLException を汎用データアクセス例外の 1 つに分類できない場合にスローされる例外。
作成者:
Rod Johnson, Juergen Hoeller
関連事項:
  • コンストラクターの詳細

    • UncategorizedSQLException

      public UncategorizedSQLException(StringSE task, @Nullable StringSE sql, SQLExceptionSE ex)
      UncategorizedSQLException のコンストラクター。
      パラメーター:
      task - 現在のタスクの名前
      sql - 問題のある SQL ステートメント
      ex - 根本原因
  • メソッドの詳細

    • getSQLException

      @Nullable public SQLExceptionSE getSQLException()
      基本となる SQLException を返します。
    • getSql

      @Nullable public StringSE getSql()
      問題が発生した SQL を返します(既知の場合)。