public class AsSearchException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
responseCode |
protected java.lang.String |
searchId |
| Constructor and Description |
|---|
AsSearchException() |
AsSearchException(java.lang.String searchId,
java.lang.Integer responseCode) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getResponseCode() |
java.lang.String |
getSearchId() |
void |
setResponseCode(java.lang.Integer responseCode) |
void |
setSearchId(java.lang.String searchId) |