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