Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
10.0.2.2, 10.1.1.0
-
None
-
Normal
-
Newcomer
Description
When this work is done there is a incorrectly hard coded exception String in that should be evaluated and removed.
protected final static String UNEXPECTED_ERR = "Unexpected exception";
All messages should be localized, but this might be a bit tricky as there seems to be some places where this string is expicitly checked.
Might be best addressed in conjunction with DERBY-294
Move argument processing out of NetworkServerControlImpl