Class OdataRequestProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
-
- de.hybris.platform.odata2services.odata.persistence.PersistenceRuntimeApplicationException
-
- de.hybris.platform.odata2services.odata.processor.OdataRequestProcessingException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ODataPayloadProcessingException,OdataRequestDataProcessingException
public class OdataRequestProcessingException extends PersistenceRuntimeApplicationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OdataRequestProcessingException(java.lang.String message, org.apache.olingo.odata2.api.commons.HttpStatusCodes statusCode, java.lang.Throwable cause)Constructor to create OdataRequestProcessingException
-
Method Summary
-
Methods inherited from class de.hybris.platform.odata2services.odata.persistence.PersistenceRuntimeApplicationException
getIntegrationKey
-
Methods inherited from class org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
getCode, getHttpStatus, getLocale
-
-
-
-
Constructor Detail
-
OdataRequestProcessingException
public OdataRequestProcessingException(java.lang.String message, org.apache.olingo.odata2.api.commons.HttpStatusCodes statusCode, java.lang.Throwable cause)Constructor to create OdataRequestProcessingException- Parameters:
message- error messagestatusCode- response status codecause- exception that was thrown
-
-