public class DeploymentExceptionThrower extends Object
DeploymentException in a exception cause| Constructor and Description |
|---|
DeploymentExceptionThrower() |
| Modifier and Type | Method and Description |
|---|---|
static void |
throwIfMatches(RuntimeException e)
It will throw a
DeploymentException if a Mule Deployment exception is found in the causal chain. |
public static void throwIfMatches(RuntimeException e) throws DeploymentException, RuntimeException
DeploymentException if a Mule Deployment exception is found in the causal chain. If not the original
exception will be thrown.e - exception to analyzeDeploymentException - if a Mule Deployment exception is foundThrowable - the original exceptionRuntimeExceptionCopyright © 2020. All rights reserved.