Class StackTraceUtils
- java.lang.Object
-
- de.codecentric.reedelk.runtime.api.commons.StackTraceUtils
-
public class StackTraceUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description StackTraceUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]asByteArray(Throwable exception)static org.reactivestreams.Publisher<byte[]>asByteStream(Throwable exception)static StringasString(Throwable exception)static StringrootCauseMessageOf(Throwable throwable)static ThrowablerootCauseOf(Throwable throwable)
-