Class ExceptionUtils

java.lang.Object
bitronix.tm.utils.ExceptionUtils

public final class ExceptionUtils extends Object
Exception related utilities.
Author:
Stephane Nicoll
  • Method Details

    • getStackTrace

      public static String getStackTrace(Throwable t)
      Returns the stack trace of the specified Throwable.
      Parameters:
      t - the throwable
      Returns:
      the string representation of the stack trace