public class ServiceRequestException extends AbstractCisClientException
| Constructor and Description |
|---|
ServiceRequestException(java.util.List<ServiceExceptionDetail> errorCodes)
Instantiates a new cis service exception.
|
ServiceRequestException(java.util.List<ServiceExceptionDetail> errorCodes,
java.lang.Throwable cause)
Instantiates a new cis service exception.
|
ServiceRequestException(ServiceExceptionDetail errorCode)
Instantiates a new cis service exception.
|
ServiceRequestException(ServiceExceptionDetail errorCode,
java.lang.Throwable cause)
Instantiates a new cis service exception.
|
getErrorCodes, getServiceId, getVendorId, setServicepublic ServiceRequestException(ServiceExceptionDetail errorCode)
errorCode - An error codepublic ServiceRequestException(ServiceExceptionDetail errorCode, java.lang.Throwable cause)
errorCode - an error codecause - the root causepublic ServiceRequestException(java.util.List<ServiceExceptionDetail> errorCodes)
errorCodes - One or more error codespublic ServiceRequestException(java.util.List<ServiceExceptionDetail> errorCodes, java.lang.Throwable cause)
errorCodes - One or more error codescause - the root causeCopyright © 2018 SAP SE. All Rights Reserved.