File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
web-banking/etc/AccountServices/src/banking Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3737import com .ibm .cics .server .ContainerErrorException ;
3838import com .ibm .cics .server .InvalidRequestException ;
3939import com .ibm .cics .server .InvalidTransactionIdException ;
40+ import com .ibm .cics .server .LengthErrorException ;
4041import com .ibm .cics .server .NotAuthorisedException ;
4142import com .ibm .cics .server .NotFoundException ;
4243import com .ibm .cics .server .ResourceDisabledException ;
@@ -244,7 +245,7 @@ else if (anyResponse.equals(accountPartner))
244245 }
245246 catch (InvalidRequestException | NotFoundException
246247 | ContainerErrorException | ChannelErrorException
247- | CCSIDErrorException | CodePageErrorException e )
248+ | CCSIDErrorException | CodePageErrorException | LengthErrorException e )
248249 {
249250 e .printStackTrace ();
250251 }
@@ -326,7 +327,7 @@ private String decodeContainerBytes(ChildResponse response,
326327 returnValue = response .getChannel ().getContainer (containerName ).get ();
327328 }
328329 catch (ContainerErrorException | ChannelErrorException
329- | CCSIDErrorException | CodePageErrorException e )
330+ | CCSIDErrorException | CodePageErrorException | LengthErrorException e )
330331 {
331332 System .out .println ("Container error: " + containerName );
332333 }
You can’t perform that action at this time.
0 commit comments