public class HttpCodeException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
String |
description |
int |
httpCode |
String |
message |
| Constructor and Description |
|---|
HttpCodeException(int httpCode) |
HttpCodeException(int httpCode,
String message) |
HttpCodeException(int httpCode,
String message,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic final int httpCode
@Nullable public final String message
@Nullable public final String description
public HttpCodeException(int httpCode)
public HttpCodeException(int httpCode,
@Nullable
String message)
Copyright © 2016. All rights reserved.