public class UnexpectedHttpStatusCodeException extends Exception
HttpKit
or somewhere else. This exception is just a template exception that can
be used by, you the developer for your own code in top of HttpKit| Constructor and Description |
|---|
UnexpectedHttpStatusCodeException(HttpResponse<?> r) |
UnexpectedHttpStatusCodeException(String string) |
| Modifier and Type | Method and Description |
|---|---|
int |
getStatusCode()
Get the status code
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnexpectedHttpStatusCodeException(HttpResponse<?> r)
public UnexpectedHttpStatusCodeException(String string)
Copyright © 2015 Hannes Dorfmann. All rights reserved.