public class HttpStatusCodeException extends Exception
| Constructor and Description |
|---|
HttpStatusCodeException(int statusCode,
String msg)
Constructs an instance of
ApiHttpException with the specified detail message. |
| Modifier and Type | Method and Description |
|---|---|
int |
getStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HttpStatusCodeException(int statusCode,
String msg)
ApiHttpException with the specified detail message.msg - the detail message.Copyright © 2016. All rights reserved.