Skip to content

Commit 718a5e1

Browse files
author
Tony Fitzgerald
authored
Add length error exception
lengthError can now be returned from container.getString() at CICS 6.1
1 parent dc1a1ba commit 718a5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/com.ibm.cics.server.examples.wlp.link/src/com/ibm/cics/server/examples/wlp/link/HelloLiberty.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public void printMessage() {
4242
sb.append(Task.getTask().getUSERID());
4343
}
4444
} catch (InvalidRequestException | ContainerErrorException | ChannelErrorException | CCSIDErrorException
45-
| CodePageErrorException e) {
45+
| CodePageErrorException | LengthErrorException e) {
4646
e.printStackTrace();
4747
Task.getTask().abend("OHNO");
4848
}

0 commit comments

Comments
 (0)