public class APIException extends ReloadlyException
{
"details": [],
"errorCode": null
"httpStatusCode": 400,
"message": "Invalid operator id provided",
"path": "/operators/68695596",
"timeStamp": 1559108814252,
}
| Constructor and Description |
|---|
APIException(String message) |
APIException(String message,
int httpStatusCode,
String path) |
APIException(String message,
int httpStatusCode,
String path,
Throwable cause) |
APIException(String message,
String path,
int httpStatusCode,
String errorCode) |
APIException(String message,
String path,
int httpStatusCode,
String errorCode,
List<Object> details) |
APIException(String message,
String path,
int httpStatusCode,
String errorCode,
List<Object> details,
Throwable cause) |
APIException(String message,
String path,
int httpStatusCode,
String errorCode,
Throwable cause) |
APIException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic APIException(String message, String path, int httpStatusCode, String errorCode, Throwable cause)
public APIException(String message, String path, int httpStatusCode, String errorCode, List<Object> details)
public APIException(String message, String path, int httpStatusCode, String errorCode, List<Object> details, Throwable cause)
public APIException(String message)
Copyright © 2022. All rights reserved.