/** {@inheritDoc} */
 @Override
 public void storeNodeDetails(String nodeID, String data) throws AndesException {
   try {
     wrappedAndesContextStoreInstance.storeNodeDetails(nodeID, data);
   } catch (AndesStoreUnavailableException exception) {
     notifyFailures(exception);
     throw exception;
   }
 }