} catch (IOException e1) {
logger.error("IO Exception",e1);
e1.printStackTrace();
} catch (SerializationException e) {
logger.error("Deserialization Exception",e);
e.printStackTrace();
} catch (JSONException e) {
logger.error("JSONException",e);
e.printStackTrace();
}
if(idStr!=null && !idStr.equals("")){