public class DataSourceException extends Exception
| Constructor and Description |
|---|
DataSourceException(int statusCode) |
DataSourceException(Object response) |
DataSourceException(Object response,
int statusCode) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getResponse() |
int |
getStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataSourceException(Object response)
public DataSourceException(int statusCode)
public DataSourceException(Object response, int statusCode)
public Object getResponse()
public int getStatusCode()
Copyright © 2016. All rights reserved.