[ https://issues.apache.org/jira/browse/GEODE-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15822211#comment-15822211 ]
ASF GitHub Bot commented on GEODE-2295: --------------------------------------- GitHub user galen-pivotal opened a pull request: https://github.com/apache/geode/pull/337 [GEODE-2295] Add constructors for LocatorCancelException and update one place where it's used. You can merge this pull request into a Git repository by running: $ git pull https://github.com/galen-pivotal/incubator-geode feature/GEODE-2295 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/geode/pull/337.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #337 ---- commit 41034c6b420b4c290012c787bfd46f0acf540030 Author: Galen O'Sullivan <gosulli...@pivotal.io> Date: 2017-01-12T01:00:05Z [GEODE-2295] Add constructors for LocatorCancelException and update one place where it's used. ---- > LocatorCancelException ignores string passed in constructor > ----------------------------------------------------------- > > Key: GEODE-2295 > URL: https://issues.apache.org/jira/browse/GEODE-2295 > Project: Geode > Issue Type: Bug > Reporter: Galen O'Sullivan > > The` LocatorCancelException` class has a constructor that takes a String and > fails to call `super`. This should be fixed so that the exception produces a > useful message. -- This message was sent by Atlassian JIRA (v6.3.4#6332)