public abstract class AbstractCisServiceException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
AbstractCisServiceException(java.util.List<ServiceExceptionDetail> errorCodes)
Instantiates a new cis service exception.
|
AbstractCisServiceException(java.util.List<ServiceExceptionDetail> errorCodes,
java.lang.Throwable cause)
Instantiates a new cis service exception.
|
AbstractCisServiceException(ServiceExceptionDetail errorCode)
Instantiates a new cis service exception.
|
AbstractCisServiceException(ServiceExceptionDetail errorCode,
java.lang.Throwable cause)
Instantiates a new cis service exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ServiceExceptionDetail> |
getErrorCodes() |
java.lang.String |
getServiceId() |
java.lang.String |
getVendorId() |
void |
setService(CisService service) |
public static final long serialVersionUID
public AbstractCisServiceException(ServiceExceptionDetail errorCode)
errorCode - An error codepublic AbstractCisServiceException(ServiceExceptionDetail errorCode, java.lang.Throwable cause)
errorCode - an error codecause - the root causepublic AbstractCisServiceException(java.util.List<ServiceExceptionDetail> errorCodes)
errorCodes - One or more error codespublic AbstractCisServiceException(java.util.List<ServiceExceptionDetail> errorCodes, java.lang.Throwable cause)
errorCodes - One or more error codescause - the root causepublic void setService(CisService service)
public java.lang.String getVendorId()
public java.lang.String getServiceId()
public java.util.List<ServiceExceptionDetail> getErrorCodes()
Copyright © 2018 SAP SE. All Rights Reserved.