public class DetailedReportDownloadResponseException extends ReportDownloadResponseException
Modifier and Type | Class and Description |
---|---|
static interface |
DetailedReportDownloadResponseException.Builder
Builder to allow utilities to create version-specific exceptions.
|
Constructor and Description |
---|
DetailedReportDownloadResponseException(int httpStatus,
String errorText) |
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() |
getHttpStatus
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public 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 © 2018. All Rights Reserved.