224225226227228229230231232233234
try { p.reposition(regional, length); } catch (IndexOutOfBoundsException e) { throw new BufferFetchException("Can not reposition buffer", p, regional, length, fromCache, e); } return p; }