public class TableResponse extends BaseResponse
| Constructor and Description |
|---|
TableResponse() |
TableResponse(TableDTO table) |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the response code.
|
public TableResponse(TableDTO table)
public TableResponse()
public void validate()
throws java.lang.IllegalArgumentException
BaseResponsevalidate in interface RESTMessagevalidate in class BaseResponsejava.lang.IllegalArgumentException - if code value is negative.