Fixed JDK 1.3 compatibility issue.

This commit is contained in:
Erwin Vervaet
2007-04-01 06:42:57 +00:00
parent 7e393dc471
commit 8cec07a334

View File

@@ -100,7 +100,7 @@ public abstract class ResponseInstructionHandler {
}
catch (Exception e) {
throw new RuntimeException(
"Unexpected exception handling response instruction " + responseInstruction, e);
"Unexpected exception handling response instruction " + responseInstruction + ": " + e);
}
}