Skip to content

Commit

Permalink
RW-551: Added support for new types of GridException.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-russell committed Nov 27, 2014
1 parent 85c6875 commit 9d8beb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public class RClientImpl implements RClient, RClientExecutor {
private RLiveContext liveContext;

private ArrayList<Integer> GRID_EXCEPTION_CODES = new ArrayList<Integer>(
Arrays.asList(910, 911, 912, 913, 914, 915));
Arrays.asList(910, 911, 912, 913, 914, 915, 916, 917, 918, 919));

public RClientImpl(String serverurl)
throws RClientException, RSecurityException {
Expand Down

0 comments on commit 9d8beb2

Please sign in to comment.