/** {@inheritDoc} */
 @Override
 public List<AndesExchange> getAllExchangesStored() throws AndesException {
   try {
     return wrappedAndesContextStoreInstance.getAllExchangesStored();
   } catch (AndesStoreUnavailableException exception) {
     notifyFailures(exception);
     throw exception;
   }
 }