Class ServiceInvalidException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.hybris.cis.client.shared.exception.AbstractCisServiceException
-
- com.hybris.cis.client.shared.exception.AbstractCisClientException
-
- com.hybris.cis.client.shared.exception.ServiceInvalidException
-
- All Implemented Interfaces:
java.io.Serializable
public class ServiceInvalidException extends AbstractCisClientException
Indicates that the requested service or function is not supported.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceInvalidException(java.lang.String function)Instantiates a new ServiceInvalidException.ServiceInvalidException(java.util.List<ServiceExceptionDetail> serviceExceptionDetails)Instantiates a new ServiceInvalidException.
-
Method Summary
-
Methods inherited from class com.hybris.cis.client.shared.exception.AbstractCisServiceException
getErrorCodes, getServiceId, getVendorId, setService
-
-
-
-
Constructor Detail
-
ServiceInvalidException
public ServiceInvalidException(java.util.List<ServiceExceptionDetail> serviceExceptionDetails)
Instantiates a new ServiceInvalidException.- Parameters:
serviceExceptionDetails- a list of details for this exception
-
ServiceInvalidException
public ServiceInvalidException(java.lang.String function)
Instantiates a new ServiceInvalidException.- Parameters:
function- a function which isn't valid for this service
-
-