public class Response extends Object implements Serializable
Constructor and Description |
---|
Response(long requestId,
Object response) |
Response(long requestId,
Throwable exception) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getException() |
long |
getRequestId() |
Object |
getResponse() |
boolean |
hadException() |
String |
toString() |
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.