public class ServiceException extends Exception
| Constructor and Description |
|---|
ServiceException(ServiceResponse<?> response) |
ServiceException(String message,
ServiceResponse<?> response) |
ServiceException(String message,
Throwable cause,
ServiceResponse<?> response) |
ServiceException(Throwable cause,
ServiceResponse<?> response) |
| Modifier and Type | Method and Description |
|---|---|
ServiceResponse<?> |
getResponse() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceException(ServiceResponse<?> response)
public ServiceException(String message, ServiceResponse<?> response)
public ServiceException(String message, Throwable cause, ServiceResponse<?> response)
public ServiceException(Throwable cause, ServiceResponse<?> response)
public ServiceResponse<?> getResponse()
Copyright © 2022 SAP. All rights reserved.