Class ServiceNotImplementedException
- 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.ServiceNotImplementedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ServiceNotImplementedException extends AbstractCisClientException
Indicates that the requested service or function is not supported.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceNotImplementedException(java.lang.String function)Instantiates a new ServiceNotImplementedException.ServiceNotImplementedException(java.util.List<ServiceExceptionDetail> serviceExceptionDetails)Instantiates a new ServiceNotImplementedException.
-
Method Summary
-
Methods inherited from class com.hybris.cis.client.shared.exception.AbstractCisServiceException
getErrorCodes, getServiceId, getVendorId, setService
-
-
-
-
Constructor Detail
-
ServiceNotImplementedException
public ServiceNotImplementedException(java.util.List<ServiceExceptionDetail> serviceExceptionDetails)
Instantiates a new ServiceNotImplementedException.- Parameters:
serviceExceptionDetails- a list of exception details explaining this exception
-
ServiceNotImplementedException
public ServiceNotImplementedException(java.lang.String function)
Instantiates a new ServiceNotImplementedException.- Parameters:
function- a method which is not (yet) implemented
-
-