[ https://issues.apache.org/jira/browse/GEODE-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15838803#comment-15838803 ]
ASF GitHub Bot commented on GEODE-2295: --------------------------------------- GitHub user galen-pivotal opened a pull request: https://github.com/apache/geode/pull/359 [GEODE-2295] Add constructors for `LocatorCancelException`. [GEODE-2295] Add constructors for `LocatorCancelException`. 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/359.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 #359 ---- 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. commit 3e82a59d3fe2a38a32f118db4ede21a647444ad6 Author: Galen O'Sullivan <gosulli...@pivotal.io> Date: 2017-01-16T19:51:52Z [GEODE-2295] Add super() to empty constructor, remove final to be consistent. ---- > 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 > Assignee: Galen O'Sullivan > Priority: Minor > > 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)