Alexander Kolbasov created SENTRY-1681:
------------------------------------------
Summary: SentryHdfsServiceException is an unchecked exception
Key: SENTRY-1681
URL: https://issues.apache.org/jira/browse/SENTRY-1681
Project: Sentry
Issue Type: Bug
Components: Sentry
Affects Versions: 1.8.0, sentry-ha-redesign
Reporter: Alexander Kolbasov
For some reason SentryHdfsServiceException is an unchecked exception which is
wrong.
And while anyone is there, the
{code}
SentryHdfsServiceException(String message) {
super(message);
}
{code}
constructor is never used and should be removed
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)