Class ExceptionUtils2
java.lang.Object
org.apache.syncope.core.persistence.api.utils.ExceptionUtils2
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Uses commons lang's ExceptionUtils to provide a representation of the full stack trace of the given throwable.
-
Method Details
-
getFullStackTrace
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
-