Uses of Class
com.hybris.cis.client.shared.exception.codes.ServiceExceptionDetail
-
Packages that use ServiceExceptionDetail Package Description com.hybris.cis.client.shared.exception com.hybris.cis.client.shared.exception.codes -
-
Uses of ServiceExceptionDetail in com.hybris.cis.client.shared.exception
Methods in com.hybris.cis.client.shared.exception that return types with arguments of type ServiceExceptionDetail Modifier and Type Method Description java.util.List<ServiceExceptionDetail>AbstractCisServiceException. getErrorCodes()Constructors in com.hybris.cis.client.shared.exception with parameters of type ServiceExceptionDetail Constructor 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 newUnreadableServiceRequestException.UnreadableServiceRequestException(ServiceExceptionDetail errorCode, java.lang.Exception e)Instantiates a newUnreadableServiceRequestException.UnreadableServiceResponseException(ServiceExceptionDetail errorCode)Instantiates a newUnreadableServiceResponseException.UnreadableServiceResponseException(ServiceExceptionDetail errorCode, java.lang.Exception e)Instantiates a newUnreadableServiceResponseException.Constructor parameters in com.hybris.cis.client.shared.exception with type arguments of type ServiceExceptionDetail Constructor 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. -
Uses of ServiceExceptionDetail in com.hybris.cis.client.shared.exception.codes
Subclasses of ServiceExceptionDetail in com.hybris.cis.client.shared.exception.codes Modifier and Type Class Description classUnknownServiceExceptionDetailAServiceExceptionDetailwith a status code ofStandardServiceExceptionCodes.UNKNOWN.
-