Skip to content

Commit

Permalink
[STORM-3702] DRPCExecutionException needs wrapping still.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bipin Prasad committed Sep 17, 2020
1 parent 5ea0ac6 commit 5d0cc69
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@ public WrappedDRPCExecutionException(String msg) {
super(msg);
}

public String getMessage() {
return super.get_msg();
}

}

0 comments on commit 5d0cc69

Please sign in to comment.