We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d2cbb commit c3a1fe4Copy full SHA for c3a1fe4
src/main/java/oracle/r2dbc/impl/OracleReactiveJdbcAdapter.java
@@ -293,7 +293,7 @@ static OracleReactiveJdbcAdapter getInstance() {
293
* descriptor. For instance, the descriptor element of
294
* {@code (ADDRESSS=(HOST=...)(PORT=...)(PROTOCOL=...))} specifies values
295
* that overlap with the standard {@code Option}s of {@code HOST}, {@code
296
- * PORT}, and {@code SSL}. An {@code IllegalStateException} is thrown
+ * PORT}, and {@code SSL}. An {@code IllegalArgumentException} is thrown
297
* when the descriptor is provided with any overlapping {@code Option}s.
298
* </p><p>
299
* Note that the alias of a descriptor within a tnsnames.ora file may be
0 commit comments