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