Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
10.8.1.2
-
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
Attachments
Issue Links
- is duplicated by
-
DERBY-4350 javaException is created but not thrown or logged in DRDAConnThread.closeStream(InputStream stream)
- Closed