ItemStateException
517518519520521522523524525526
// there's no need to close a ByteArrayOutputStream //out.close(); } catch (Exception e) { String msg = "failed to write property state: " + state.getPropertyId(); log.error(msg, e); throw new ItemStateException(msg, e); } finally { resetStatement(stmt); } }