ExceptionUtil
instead@Deprecated
public class Rethrow
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
reThrowRuntime(java.lang.Throwable t)
Deprecated.
use
ExceptionUtil.rethrowAllAsUnchecked(Throwable) instead |
@Deprecated public static void reThrowRuntime(java.lang.Throwable t)
ExceptionUtil.rethrowAllAsUnchecked(Throwable)
instead