public class FailureContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FailureContext.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FailureContext.Builder |
builder() |
Object |
getFailingOperation() |
Throwable |
getThrowable() |
public static FailureContext.Builder builder()
FailureContext builder.public Throwable getThrowable()
public Object getFailingOperation()
null.
Use Object.toString() to get a textual representation.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.