| Package | Description |
|---|---|
| com.hybris.cis.client.shared.exception | |
| com.hybris.cis.client.shared.exception.codes |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ServiceExceptionDetail> |
AbstractCisServiceException.getErrorCodes() |
| Constructor and Description |
|---|
AbstractCisClientException(ServiceExceptionDetail errorCode)
Instantiates a new cis service exception.
|
AbstractCisClientException(ServiceExceptionDetail errorCode,
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.
|
AbstractServiceErrorException(ServiceExceptionDetail errorCode)
Instantiates a new cis service exception.
|
AbstractServiceErrorException(ServiceExceptionDetail errorCode,
java.lang.Throwable cause)
Instantiates a new cis service exception.
|
NoConfigurationFoundException(ServiceExceptionDetail serviceExceptionDetail) |
NoSuchServiceException(ServiceExceptionDetail serviceExceptionDetail) |
ServiceErrorResponseException(ServiceExceptionDetail errorCode)
Instantiates a new cis service exception.
|
ServiceErrorResponseException(ServiceExceptionDetail errorCode,
java.lang.Throwable cause)
Instantiates a new cis service exception.
|
ServicePreconditionFailedException(ServiceExceptionDetail errorCode)
Instantiates a new cis service exception.
|
ServicePreconditionFailedException(ServiceExceptionDetail errorCode,
java.lang.Throwable cause)
Instantiates a new cis service exception.
|
ServiceRequestException(ServiceExceptionDetail errorCode)
Instantiates a new cis service exception.
|
ServiceRequestException(ServiceExceptionDetail errorCode,
java.lang.Throwable cause)
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. |
UnreadableServiceResponseException(ServiceExceptionDetail errorCode)
Instantiates a new
UnreadableServiceResponseException. |
UnreadableServiceResponseException(ServiceExceptionDetail errorCode,
java.lang.Exception e)
Instantiates a new
UnreadableServiceResponseException. |
| Constructor and Description |
|---|
AbstractCisClientException(java.util.List<ServiceExceptionDetail> errorCodes)
Instantiates a new cis service exception.
|
AbstractCisClientException(java.util.List<ServiceExceptionDetail> errorCodes,
java.lang.Throwable cause)
Instantiates a new cis service exception.
|
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.
|
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.
|
InternalServerErrorException(java.util.List<ServiceExceptionDetail> details) |
InvalidOrMissingFieldException(java.util.List<ServiceExceptionDetail> details) |
NoConfigurationFoundException(java.util.List<ServiceExceptionDetail> serviceExceptionDetails) |
NoSuchServiceException(java.util.List<ServiceExceptionDetail> serviceExceptionDetails) |
NotFoundException(java.util.List<ServiceExceptionDetail> serviceExceptionDetails) |
ServiceConfigurationException(java.util.List<ServiceExceptionDetail> serviceExceptionDetails)
Instantiates a new ServiceConfigurationException.
|
ServiceErrorResponseException(java.util.List<ServiceExceptionDetail> errorCodes)
Instantiates a new cis service exception.
|
ServiceErrorResponseException(java.util.List<ServiceExceptionDetail> errorCodes,
java.lang.Throwable cause)
Instantiates a new cis service exception.
|
ServiceInvalidException(java.util.List<ServiceExceptionDetail> serviceExceptionDetails)
Instantiates a new ServiceInvalidException.
|
ServiceNotAuthorizedException(java.util.List<ServiceExceptionDetail> serviceExceptionDetails)
Instantiates a new ServiceNotAuthorizedException.
|
ServiceNotAvailableException(java.util.List<ServiceExceptionDetail> serviceExceptionDetails) |
ServiceNotImplementedException(java.util.List<ServiceExceptionDetail> serviceExceptionDetails)
Instantiates a new ServiceNotImplementedException.
|
ServicePreconditionFailedException(java.util.List<ServiceExceptionDetail> errorCodes)
Instantiates a new cis service exception.
|
ServicePreconditionFailedException(java.util.List<ServiceExceptionDetail> errorCodes,
java.lang.Throwable cause)
Instantiates a new cis service exception.
|
ServiceRequestException(java.util.List<ServiceExceptionDetail> errorCodes)
Instantiates a new cis service exception.
|
ServiceRequestException(java.util.List<ServiceExceptionDetail> errorCodes,
java.lang.Throwable cause)
Instantiates a new cis service exception.
|
ServiceTimeoutException(java.util.List<ServiceExceptionDetail> serviceExceptionDetail) |
UnreadableServiceRequestException(java.util.List<ServiceExceptionDetail> errorCodes)
Instantiates a new cis service exception.
|
UnreadableServiceResponseException(java.util.List<ServiceExceptionDetail> errorCodes)
Instantiates a new cis service exception.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnknownServiceExceptionDetail
A
ServiceExceptionDetail with a status code of StandardServiceExceptionCodes.UNKNOWN. |
Copyright © 2018 SAP SE. All Rights Reserved.