Fixed JDK 1.3 compatibility issue.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user