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