public class KeywhizException extends IOException
| Constructor and Description |
|---|
KeywhizException(int statusCode,
String message)
A constructor.
|
KeywhizException(int statusCode,
String message,
Throwable cause)
Another constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getStatusCode()
Http status code that caused this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic KeywhizException(int statusCode,
String message)
statusCode - Http status code.message - Exception message.Copyright © 2018 Walmart, Inc.. All rights reserved.