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, toString
public ReportDownloadResponseException(int httpStatus)
httpStatus
- the http status codepublic ReportDownloadResponseException(int httpStatus, Throwable cause)
httpStatus
- the http status codecause
- Underlying cause, if available.Copyright © 2018. All Rights Reserved.