Class ServiceNotAvailableException
- 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.AbstractServiceErrorException
-
- com.hybris.cis.client.shared.exception.ServiceNotAvailableException
-
- All Implemented Interfaces:
java.io.Serializable
public class ServiceNotAvailableException extends AbstractServiceErrorException
Indicates that the requested service is not available.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceNotAvailableException(java.lang.Throwable cause)
ServiceNotAvailableException(java.util.List<ServiceExceptionDetail> serviceExceptionDetails)
-
Method Summary
-
Methods inherited from class com.hybris.cis.client.shared.exception.AbstractCisServiceException
getErrorCodes, getServiceId, getVendorId, setService
-
-
-
-
Constructor Detail
-
ServiceNotAvailableException
public ServiceNotAvailableException(java.util.List<ServiceExceptionDetail> serviceExceptionDetails)
-
ServiceNotAvailableException
public ServiceNotAvailableException(java.lang.Throwable cause)
-
-