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 a46c9cb
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@ public WrappedDRPCExecutionException(String msg) {
super(msg);
}

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

}

0 comments on commit a46c9cb

Please sign in to comment.