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