ページの先頭行へ戻る
Enterprise Postgres 17 リリース情報

2.4.38 Driverクラスのconnectメソッドで1つ目の引数にNULLを指定した場合のException処理の変更

非互換

FUJITSU Enterprise Postgres 12では、Driverクラスのconnectメソッドの1つ目の引数にNULLを指定した場合、Exception処理を変更します。

FUJITSU Enterprise Postgres 11以前の場合

NullPointerExceptionを投げます。

[例]

Exception in thread "main" java.lang.NullPointerException
FUJITSU Enterprise Postgres 12の場合

SQLExceptionを投げます。

[例]

Exception in thread "main" java.sql.SQLException: url is null

対処方法

ありません。