Uses of Class
de.hybris.platform.odata2services.odata.OData2ServicesException
-
-
Uses of OData2ServicesException in de.hybris.platform.odata2services.converter
Subclasses of OData2ServicesException in de.hybris.platform.odata2services.converter Modifier and Type Class Description classIntegrationObjectItemNotFoundExceptionAn exception that indicates that integration object item not found in the system. -
Uses of OData2ServicesException in de.hybris.platform.odata2services.filter
Subclasses of OData2ServicesException in de.hybris.platform.odata2services.filter Modifier and Type Class Description classFilterProcessingExceptionException to throw for exceptions that occur during the processing of a $filter query parameter Will result in HttpStatus 500classIntegrationKeyFilteringNotSupportedThrow this exception if filtering at the integration object level.classNestedFilterNotSupportedExceptionThrow this exception if filtering by more than one level of nesting (e.g.classOperatorNotSupportedExceptionThrows this exception when theBinaryOperatoris not supportedclassOrderByIntegrationKeyNotSupportedExceptionThrows this exception when theOrderByExpressioncontains integrationKey as an order by attribute.classOrderByNestedAttributeNotSupportedExceptionThrows this exception when theOrderByExpressionis not supported Will result in HttpStatus 400 -
Uses of OData2ServicesException in de.hybris.platform.odata2services.odata
Subclasses of OData2ServicesException in de.hybris.platform.odata2services.odata Modifier and Type Class Description classIncorrectQueryParametersExceptionThrown when the query parameters in the OData Request are not valid and they cannot be parsed into an entity type.classInvalidDataExceptionException to throw for error scenarios produced by invalid Data.classInvalidNavigationPropertyExceptionclassInvalidODataSchemaExceptionThrown when an invalid OData Schema metadata has been defined for Integration objects.classInvalidServiceNameExceptionclassNestedAbstractItemTypeCannotBeCreatedExceptionclassODataWebExceptionThis exception wraps a thrownODataExceptionWill result in HttpStatus 500classRuntimeIOExceptionThis exception wraps a thrownIOExceptionas a runtime exception Will result in HttpStatus 500classUniqueCollectionNotAllowedException -
Uses of OData2ServicesException in de.hybris.platform.odata2services.odata.persistence
Subclasses of OData2ServicesException in de.hybris.platform.odata2services.odata.persistence Modifier and Type Class Description classInternalProcessingExceptionException to throw for Internal processing Exceptions.classLanguageNotSupportedExceptionIndicates an attempt to use an invalid or unsupported ISO code with the localized data.classMissingDataExceptionException to thrown when a required property or navigationProperty is not supplied in the request.classMissingLanguageExceptionConstructors in de.hybris.platform.odata2services.odata.persistence with parameters of type OData2ServicesException Constructor Description InvalidEntryDataException(OData2ServicesException e, PersistenceContext ctx)Constructor to create InvalidEntryDataException to populate the integrationKey in the error response. -
Uses of OData2ServicesException in de.hybris.platform.odata2services.odata.persistence.exception
Subclasses of OData2ServicesException in de.hybris.platform.odata2services.odata.persistence.exception Modifier and Type Class Description classInvalidIntegrationKeyExceptionAn exception that occurs when the integrationKey value does not correspond with the integrationKey metadata definition.classInvalidPropertyValueExceptionException to throw when a value cannot be assigned to the property that is under concern.classMissingKeyExceptionException thrown when the entityType has no valid key defined Will result in HttpStatus 400classMissingKeyNavigationPropertyExceptionException to thrown when a key navigationProperty element for the entityType is not supplied in the request.classMissingKeyPropertyExceptionException to thrown when a key property element for the entityType is not supplied in the request.classMissingNavigationPropertyExceptionException to thrown when a required navigationProperty does not already exist.classMissingPropertyExceptionException to thrown when a required property does not already exist. -
Uses of OData2ServicesException in de.hybris.platform.odata2services.odata.persistence.lookup
Subclasses of OData2ServicesException in de.hybris.platform.odata2services.odata.persistence.lookup Modifier and Type Class Description classInvalidLookupDataExceptionclassInvalidQueryParameterException -
Uses of OData2ServicesException in de.hybris.platform.odata2services.odata.processor
Subclasses of OData2ServicesException in de.hybris.platform.odata2services.odata.processor Modifier and Type Class Description classBatchLimitExceededExceptionclassRetrievalErrorRuntimeException
-