Class JavaExceptionUtils
java.lang.Object
org.mule.extensions.java.internal.util.JavaExceptionUtils
Utility class for introspecting Throwables and their causes
- Since:
- 1.2.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic ThrowablegetRootCause(Throwable exception) static booleanisCausedBy(Throwable exception, Class<?> typeOfCause, boolean includeSubtypes)
-
Method Details
-
getRootCause
-
isCausedBy
-