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