Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.8.1.2
-
Component/s: Network Server
-
Labels:None
Description
DRDAConnThread.closeStream():
} catch (IOException e)
{ Util.javaException(e); }DRDAStatement.execute():
} catch (IOException e)
{ Util.javaException(e); }Since Util.javaException() only returns an exception, this code doesn't work as intended. The returned exception should also be thrown.
Attachments
Issue Links
- is duplicated by
-
DERBY-4350 javaException is created but not thrown or logged in DRDAConnThread.closeStream(InputStream stream)
-
- Closed
-