public final class Throwables
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.RuntimeException |
propagate(java.lang.Exception exception) |
Propagate a Throwable as a RuntimeException.
|
public static java.lang.RuntimeException propagate(java.lang.Exception exception)
UncheckedSQLException.exception - the Exception to repropagate as a RuntimeException.