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