public class HttpFailureException extends RuntimeException
| Constructor and Description |
|---|
HttpFailureException(String message,
int statusCode) |
HttpFailureException(String message,
Throwable cause,
int statusCode) |
HttpFailureException(Throwable cause,
int statusCode) |
| Modifier and Type | Method and Description |
|---|---|
int |
getStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2018 Cask Data, Inc. Licensed under the Apache License, Version 2.0.