public class ExceptionUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static Exception |
toException(Throwable throwable)
Wrap throwable into
Exception. |
static io.helidon.microprofile.faulttolerance.ExceptionUtil.WrappedException |
toWrappedException(Throwable throwable)
Wrap throwable into
RuntimeException. |
public static Exception toException(Throwable throwable)
Exception.throwable - The throwable.RuntimeException.public static io.helidon.microprofile.faulttolerance.ExceptionUtil.WrappedException toWrappedException(Throwable throwable)
RuntimeException.throwable - The throwable.RuntimeException.Copyright © 2018–2019 Oracle Corporation. All rights reserved.