Class InvalidOrMissingFieldException
- 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.ServicePreconditionFailedException
-
- com.hybris.cis.client.shared.exception.InvalidOrMissingFieldException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidOrMissingFieldException extends ServicePreconditionFailedException
Indicates that the request has invalid or missing elements that prevents the request to be fulfilled.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidOrMissingFieldException(java.lang.String field)InvalidOrMissingFieldException(java.util.List<ServiceExceptionDetail> details)
-
Method Summary
-
Methods inherited from class com.hybris.cis.client.shared.exception.AbstractCisServiceException
getErrorCodes, getServiceId, getVendorId, setService
-
-
-
-
Constructor Detail
-
InvalidOrMissingFieldException
public InvalidOrMissingFieldException(java.lang.String field)
- Parameters:
field- name of the missing field
-
InvalidOrMissingFieldException
public InvalidOrMissingFieldException(java.util.List<ServiceExceptionDetail> details)
-
-