380381382383384385386387388389390
try { for (Runnable runnable: postExecuteCallbacks) { try { runnable.run(); } catch (Throwable t) { throw new ClusterJDatastoreException( local.message("ERR_Datastore"), t); } } } finally { clearPostExecuteCallbacks();