Fix Klocwork issues (#7)
* Fix issue 6: empty catch block
* Fix issue 6: empty catch block
* Fix issue 7: check data name size to avoid runtime exceptions
* Fix issue 10: Avoid catching nullPointerException
* Bump version
Also fixes a minor checkstyle issue (line too long)
diff --git a/build.gradle b/build.gradle
index ab0d287..ac02f8c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,7 +18,7 @@
apply plugin: 'checkstyle'
group = 'com.intel.jndn.management'
-version = '1.1.2'
+version = '1.1.3'
sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7