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 |
failingOperation() |
Object |
getFailingOperation()
Deprecated.
Use
failingOperation() instead. |
Throwable |
getThrowable()
Deprecated.
Use
throwable instead. |
Throwable |
throwable() |
public static FailureContext.Builder builder()
FailureContext builder.public Throwable throwable()
@Deprecated public Throwable getThrowable()
throwable instead.public Object failingOperation()
null.
Use Object.toString() to get a textual representation.@Deprecated public Object getFailingOperation()
failingOperation() instead.null.
Use Object.toString() to get a textual representation.Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.