| Modifier and Type | Field and Description |
|---|---|
int |
error |
Exception |
exception |
Object |
result |
| Constructor and Description |
|---|
Result(Exception exception) |
Result(int error) |
Result(Object result) |
| Modifier and Type | Method and Description |
|---|---|
int |
error() |
Exception |
exception() |
boolean |
isSuccess() |
Object |
result() |
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.