Class SqlStatementException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DuplicateStatementException

@Published public class SqlStatementException extends DbAccessException
SQL文実行時に発生する例外クラス。
See Also:
  • Constructor Details

    • SqlStatementException

      public SqlStatementException(String message, SQLException e)
      SqlStatementExceptionオブジェクトを生成する。
      Parameters:
      message - エラーメッセージ
      e - SQLException