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