Class ExceptionUtils2
- java.lang.Object
-
- org.apache.syncope.core.provisioning.api.utils.ExceptionUtils2
-
public final class ExceptionUtils2 extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getFullStackTrace(Throwable t)
Uses commons lang's ExceptionUtils to provide a representation of the full stack trace of the given throwable.
-
-
-
Method Detail
-
getFullStackTrace
public static String getFullStackTrace(Throwable t)
Uses commons lang's ExceptionUtils to provide a representation of the full stack trace of the given throwable.- Parameters:
t
- throwable to build stack trace from- Returns:
- a string representation of full stack trace of the given throwable
-
-