Package | Description |
---|---|
omq.common.message |
Modifier and Type | Method and Description |
---|---|
OmqException |
Response.getError() |
Modifier and Type | Method and Description |
---|---|
void |
Response.setError(OmqException error) |
Constructor and Description |
---|
Response(java.lang.String id,
java.lang.String idOmq,
java.lang.Object result,
OmqException error)
Creates a new Response object to be serialized
|