/** {@inheritDoc} */
 public String getFormattedExceptionMessage(String baseMessage) {
   return exceptionContext.getFormattedExceptionMessage(baseMessage);
 }
 /** {@inheritDoc} */
 @Override
 public String getFormattedExceptionMessage(final String baseMessage) {
   return exceptionContext.getFormattedExceptionMessage(baseMessage);
 }