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