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