ois.close();
}
catch (IOException e)
{
log.error("IO exception, Caused by {}.", e);
throw new PropertyAccessException(e);
}
catch (ClassNotFoundException e)
{
log.error("Class not found exception, Caused by {}.", e);
throw new PropertyAccessException(e);
}
return o;
}