mLogger.severe ( mStringTranslator.getString("SBC_NORMALIZE_SOAP_MESSAGE_FAILURE_RT_EXP") );
JBIException jbiException = new JBIException(
mStringTranslator.getString(
"SBC_NORMALIZE_SOAP_MESSAGE_FAILURE") );
jbiException.initCause(runtimeException);
throw jbiException;
}
catch (SOAPException soapException)
{
mLogger.severe( mStringTranslator.getString("SBC_NORMALIZE_SOAP_MESSAGE_FAILURE") );