Package org.apache.activemq.web.util
Class ExceptionUtils
- java.lang.Object
-
- org.apache.activemq.web.util.ExceptionUtils
-
public class ExceptionUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ExceptionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Throwable
getRootCause(Throwable e)
Finds the root cause of an exception.static boolean
isRootCause(Throwable e, Class<?> clazz)
Returns true if the passed in class is the root cause of the exception
-