public class ReportDownloadResponseException extends Exception
| Constructor and Description |
|---|
ReportDownloadResponseException(int httpStatus)
Constructor.
|
ReportDownloadResponseException(int httpStatus,
Throwable cause)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getHttpStatus() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ReportDownloadResponseException(int httpStatus)
httpStatus - the http status codepublic ReportDownloadResponseException(int httpStatus,
Throwable cause)
httpStatus - the http status codecause - Underlying cause, if available.Copyright © 2015. All Rights Reserved.