Skip to content

Commit 1088a6a

Browse files
author
Tony Fitzgerald
authored
Update HelloLiberty.java
add length error exception to getContainer catch
1 parent 0c626c3 commit 1088a6a

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
@@ -46,7 +46,7 @@ public void printMessage() {
4646
System.out.println(sb.toString());
4747
} catch (InvalidRequestException | ContainerErrorException
4848
| ChannelErrorException | CCSIDErrorException
49-
| CodePageErrorException e) {
49+
| CodePageErrorException | LengthErrorException e) {
5050
e.printStackTrace();
5151
Task.getTask().abend("OHNO");
5252
}

0 commit comments

Comments
 (0)