public class DetailedReportDownloadResponseException extends ReportDownloadResponseException
| Constructor and Description | 
|---|
DetailedReportDownloadResponseException(int httpStatus,
                                       String errorText)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getErrorText()  | 
String | 
getFieldPath()  | 
String | 
getTrigger()  | 
String | 
getType()  | 
void | 
setFieldPath(String fieldPath)  | 
void | 
setTrigger(String trigger)  | 
void | 
setType(String type)  | 
String | 
toString()  | 
getHttpStatusaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic DetailedReportDownloadResponseException(int httpStatus,
                                       String errorText)
httpStatus - http status codeerrorText - from the serverpublic String getErrorText()
public String getFieldPath()
public String getTrigger()
public String getType()
public void setFieldPath(String fieldPath)
public void setTrigger(String trigger)
public void setType(String type)
Copyright © 2015. All Rights Reserved.