INT-1307 Remove Java 6 dependency (cause in IOException)

This commit is contained in:
Gary Russell
2010-08-01 15:28:03 +00:00
parent 6c45f7538d
commit 422573ca35

View File

@@ -49,7 +49,7 @@ public class JavaStreamingConverter
if (objectInputStream != null) {
objectInputStream.close();
}
throw new IOException(e);
throw new IOException(e.getMessage());
}
}