public class Caused extends Object
| Constructor and Description |
|---|
Caused() |
| Modifier and Type | Method and Description |
|---|---|
static Predicate<Throwable> |
by(Class<? extends Throwable> cause)
Create a predicate
|
public static Predicate<Throwable> by(Class<? extends Throwable> cause)
cause - the throwable type want to checkUni.onFailure()Copyright © 2019–2020 SmallRye. All rights reserved.