INT-1307 Remove Java 6 dependency (cause in IOException)
This commit is contained in:
@@ -49,7 +49,7 @@ public class JavaStreamingConverter
|
||||
if (objectInputStream != null) {
|
||||
objectInputStream.close();
|
||||
}
|
||||
throw new IOException(e);
|
||||
throw new IOException(e.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user