public class AsyncResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Throwable |
errorCause |
| Constructor and Description |
|---|
AsyncResponse() |
AsyncResponse(Throwable errorCause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getErrorCause() |
Exception |
getException() |
boolean |
hasError() |
boolean |
hasException() |
AsyncResponse |
setErrorCause(Throwable errorCause) |
boolean |
success() |
protected Throwable errorCause
public AsyncResponse(Throwable errorCause)
public AsyncResponse()
public AsyncResponse setErrorCause(Throwable errorCause)
public Throwable getErrorCause()
public Exception getException()
public boolean hasError()
public boolean hasException()
public boolean success()
Copyright © 2019. All rights reserved.