Package bitronix.tm.utils
Class ExceptionUtils
java.lang.Object
bitronix.tm.utils.ExceptionUtils
Exception related utilities.
- Author:
- Stephane Nicoll
-
Method Details
-
getStackTrace
Returns the stack trace of the specifiedThrowable.- Parameters:
t- the throwable- Returns:
- the string representation of the stack trace
-