public class NotFoundException extends AbstractCisClientException
| Constructor and Description |
|---|
NotFoundException(java.util.List<ServiceExceptionDetail> serviceExceptionDetails) |
NotFoundException(java.lang.String resourceId)
Instantiates a new cis service exception.
|
NotFoundException(java.lang.String shortDescription,
java.lang.String reasonCode)
New exception based on error code and reason code
|
NotFoundException(java.lang.String id,
java.lang.String sourceSimpleClassName,
java.lang.String requestId,
java.lang.String reasonCode)
New exception based on properties from an external exception or message
|
NotFoundException(java.lang.String resourceId,
java.lang.Throwable cause)
Instantiates a new cis service exception.
|
getErrorCodes, getServiceId, getVendorId, setServicepublic NotFoundException(java.util.List<ServiceExceptionDetail> serviceExceptionDetails)
public NotFoundException(java.lang.String resourceId)
resourceId - The id of the resource which couldn't be found.public NotFoundException(java.lang.String resourceId,
java.lang.Throwable cause)
resourceId - The id of the resource which couldn't be found.cause - The root causepublic NotFoundException(java.lang.String shortDescription,
java.lang.String reasonCode)
shortDescription - reasonCode - public NotFoundException(java.lang.String id,
java.lang.String sourceSimpleClassName,
java.lang.String requestId,
java.lang.String reasonCode)
id - short descriptionsourceSimpleClassName - name of the original message or exceptionrequestId - request ID associated with the errorreasonCode - reason code associated with the errorCopyright © 2018 SAP SE. All Rights Reserved.