/** {@inheritDoc} */
  @Override
  public void deleteExchangeInformation(String exchangeName) throws AndesException {
    try {
      wrappedAndesContextStoreInstance.deleteExchangeInformation(exchangeName);

    } catch (AndesStoreUnavailableException exception) {
      notifyFailures(exception);
      throw exception;
    }
  }