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

ASF subversion and git services commented on DERBY-6253:
--------------------------------------------------------

Commit 1493701 from [~knutanders]
[ https://svn.apache.org/r1493701 ]

DERBY-6253: Collapse SQLException factories

- Move functionality from SQLExceptionFactory40 to SQLExceptionFactory

- Move logic for retrieving the exception factory from Util to
  ExceptionFactory in order to reduce compile-time dependencies on
  impl classes from iapi classes

- Use varargs in Util's helper methods in order to reduce the number
  of methods
                
> Collapse SQLException factories
> -------------------------------
>
>                 Key: DERBY-6253
>                 URL: https://issues.apache.org/jira/browse/DERBY-6253
>             Project: Derby
>          Issue Type: Improvement
>          Components: JDBC
>    Affects Versions: 10.11.0.0
>            Reporter: Knut Anders Hatlen
>            Assignee: Knut Anders Hatlen
>            Priority: Minor
>         Attachments: derby-6253-01-a.diff
>
>
> Both the client driver and the embedded driver have factories that produce 
> SQLExceptions of the correct sub-type. We don't need the factories that 
> produce JDBC 3.0 exceptions now that the base level is JDBC 4.0.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to