[
https://issues.apache.org/jira/browse/KAFKA-3781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ewen Cheslack-Postava updated KAFKA-3781:
-----------------------------------------
Resolution: Fixed
Fix Version/s: 0.10.1.0
Status: Resolved (was: Patch Available)
Issue resolved by pull request 1476
[https://github.com/apache/kafka/pull/1476]
> Errors.exceptionName() can throw NPE
> ------------------------------------
>
> Key: KAFKA-3781
> URL: https://issues.apache.org/jira/browse/KAFKA-3781
> Project: Kafka
> Issue Type: Bug
> Affects Versions: 0.10.0.0
> Reporter: Grant Henke
> Assignee: Ismael Juma
> Labels: newbie++
> Fix For: 0.10.1.0, 0.10.0.1
>
>
> When calling Errors.exceptionName() on the NONE error an NPE is thrown.
> {noformat}
> public String exceptionName() {
> return exception.getClass().getName();
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)