在 http 连接器中收到以下错误,我需要捕获异常并执行操作
org.mule.module.http.internal.request.ResponseValidatorException: Response code 503 mapped as failure. Message payload is of type: BufferInputStream
下面是我在选择异常中编写的代码
<catch-exception-strategy when="#[exception.causedBy(http.internal.request.ResponseValidatorException)] " doc:name="ResponseValidator Exception Strategy">
但是 catch 块没有捕获异常