public class UnreadableServiceRequestException extends AbstractServiceErrorException
| Constructor and Description |
|---|
UnreadableServiceRequestException(java.util.List<ServiceExceptionDetail> errorCodes)
Instantiates a new cis service exception.
|
UnreadableServiceRequestException(ServiceExceptionDetail errorCode)
Instantiates a new
com.hybris.cis.api.exception.UnreadableServiceRequestException. |
UnreadableServiceRequestException(ServiceExceptionDetail errorCode,
java.lang.Exception e)
Instantiates a new
com.hybris.cis.api.exception.UnreadableServiceRequestException. |
UnreadableServiceRequestException(java.lang.String errorMsg)
Instantiates a new cis service exception with an
com.hybris.cis.api.exception.UnreadableServiceRequestException. |
UnreadableServiceRequestException(java.lang.Throwable throwable)
Instantiates a new
com.hybris.cis.api.exception.UnreadableServiceRequestException. |
getErrorCodes, getServiceId, getVendorId, setServicepublic UnreadableServiceRequestException(java.lang.String errorMsg)
com.hybris.cis.api.exception.UnreadableServiceRequestException.errorMsg - The error messagepublic UnreadableServiceRequestException(java.lang.Throwable throwable)
com.hybris.cis.api.exception.UnreadableServiceRequestException.throwable - a throwable detailing the exceptionpublic UnreadableServiceRequestException(ServiceExceptionDetail errorCode)
com.hybris.cis.api.exception.UnreadableServiceRequestException.errorCode - an service exception detail with an specific error codepublic UnreadableServiceRequestException(ServiceExceptionDetail errorCode, java.lang.Exception e)
com.hybris.cis.api.exception.UnreadableServiceRequestException.errorCode - an service exception detail with an specific error codee - an exception to pass inpublic UnreadableServiceRequestException(java.util.List<ServiceExceptionDetail> errorCodes)
errorCodes - One or more error codesCopyright © 2018 SAP SE. All Rights Reserved.