Class MissingKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
-
- de.hybris.platform.odata2services.odata.OData2ServicesException
-
- de.hybris.platform.odata2services.odata.InvalidDataException
-
- de.hybris.platform.odata2services.odata.persistence.exception.MissingKeyException
-
- All Implemented Interfaces:
java.io.Serializable
public class MissingKeyException extends InvalidDataException
Exception thrown when the entityType has no valid key defined Will result in HttpStatus 400- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingKeyException(java.lang.String entityType)Constructor to create MissingKeyException
-
Method Summary
-
Methods inherited from class de.hybris.platform.odata2services.odata.InvalidDataException
getEntityType
-
Methods inherited from class org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
getCode, getHttpStatus, getLocale
-
-