public class ServiceSDKException extends Exception
| Constructor and Description |
|---|
ServiceSDKException(String message) |
ServiceSDKException(String msg,
int statusCode,
Locale locale) |
ServiceSDKException(String msg,
int statusCode,
Locale locale,
String oDataErrorCode) |
ServiceSDKException(String msg,
int statusCode,
Locale locale,
Throwable cause) |
ServiceSDKException(String msg,
int statusCode,
Locale locale,
Throwable cause,
String oDataErrorCode) |
ServiceSDKException(String message,
Throwable cause) |
ServiceSDKException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ServiceSDKException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
Locale |
getLocale() |
String |
getMessage() |
String |
getoDataErrorCode() |
int |
getStatusCode() |
boolean |
isEnableSuppression() |
boolean |
isWritableStackTrace() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceSDKException(String message)
public ServiceSDKException(Throwable cause)
public ServiceSDKException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public ServiceSDKException(String msg, int statusCode, Locale locale, String oDataErrorCode)
public ServiceSDKException(String msg, int statusCode, Locale locale, Throwable cause)
public String getMessage()
getMessage in class Throwablepublic int getStatusCode()
public String getoDataErrorCode()
public Locale getLocale()
public boolean isEnableSuppression()
public boolean isWritableStackTrace()
Copyright © 2020 SAP. All Rights Reserved.