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