[ 
https://issues.apache.org/jira/browse/DERBY-401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527119
 ] 

Knut Anders Hatlen commented on DERBY-401:
------------------------------------------

I believe this issue can be closed since both sub-tasks have been completed.

The quoted code throws an exception with SQL state 58009, which does not fit 
into any of the SQLNonTransientException subclasses (see table 8-1 in the JDBC 
4.0 spec), so I think it is correct to throw a plain SQLException. I haven't 
checked whether SQL state 58009 is the correct one to use in this situation, 
though.

> Add SQLException subclasses and throw them correctly to match JDBC 4 spec
> -------------------------------------------------------------------------
>
>                 Key: DERBY-401
>                 URL: https://issues.apache.org/jira/browse/DERBY-401
>             Project: Derby
>          Issue Type: Improvement
>          Components: JDBC
>    Affects Versions: 10.1.1.0
>            Reporter: David Van Couvering
>            Priority: Minor
>
> JDBC4 defines subclasses of SQLException.  Derby code should be upgraded to 
> use these subclasses and throw them correctly based on the spec.  I recommend 
> we can start work on this even prior to JDBC 4 spec being finalized.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to