Class ExceptionUtils2

java.lang.Object
org.apache.syncope.core.persistence.api.utils.ExceptionUtils2

public final class ExceptionUtils2 extends Object
  • Method Details

    • 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