Uses of Class
org.apache.olingo.server.api.ODataLibraryException
Packages that use ODataLibraryException
Package
Description
Olingo Server API
Olingo Server API - Batch
Olingo Server API - Deserializer
Olingo Server API - Deserializer - Batch
Olingo Server API - ETag
Olingo Processors
Olingo Server API - Serializer
-
Uses of ODataLibraryException in org.apache.olingo.server.api
Methods in org.apache.olingo.server.api that return ODataLibraryExceptionModifier and TypeMethodDescriptionODataContentWriteErrorContext.getODataLibraryException()Get the exception which caused this error (as ODataLibraryException exception). -
Uses of ODataLibraryException in org.apache.olingo.server.api.batch
Methods in org.apache.olingo.server.api.batch that throw ODataLibraryExceptionModifier and TypeMethodDescriptionBatchFacade.extractBoundaryFromContentType(String contentType) Extracts the boundary of a multipart/mixed header.BatchFacade.handleBatchRequest(BatchRequestPart request) Handles a BatchRequestPart.BatchFacade.handleODataRequest(ODataRequest request) Executes an ODataRequest, which must be a part of a change set. -
Uses of ODataLibraryException in org.apache.olingo.server.api.deserializer
Subclasses of ODataLibraryException in org.apache.olingo.server.api.deserializer -
Uses of ODataLibraryException in org.apache.olingo.server.api.deserializer.batch
Subclasses of ODataLibraryException in org.apache.olingo.server.api.deserializer.batch -
Uses of ODataLibraryException in org.apache.olingo.server.api.etag
Subclasses of ODataLibraryException in org.apache.olingo.server.api.etagModifier and TypeClassDescriptionclassThis exception is thrown for invalid precondition error cases. -
Uses of ODataLibraryException in org.apache.olingo.server.api.processor
Methods in org.apache.olingo.server.api.processor that throw ODataLibraryExceptionModifier and TypeMethodDescriptionvoidCountComplexCollectionProcessor.countComplexCollection(ODataRequest request, ODataResponse response, UriInfo uriInfo) Counts complex properties from persistence and puts serialized content and status into the response.voidCountEntityCollectionProcessor.countEntityCollection(ODataRequest request, ODataResponse response, UriInfo uriInfo) Counts entities from persistence and puts serialized content and status into the response.voidCountPrimitiveCollectionProcessor.countPrimitiveCollection(ODataRequest request, ODataResponse response, UriInfo uriInfo) Counts primitive properties from persistence and puts serialized content and status into the response.voidEntityProcessor.createEntity(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestFormat, ContentType responseFormat) Creates an entity with send data in the persistence and puts content, status, and Location into the response.voidMediaEntityProcessor.createMediaEntity(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestFormat, ContentType responseFormat) Creates an entity with sent media data in the persistence and puts content, status and Location into the response.voidReferenceProcessor.createReference(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestFormat) Creates entity reference in the persistence and puts content, status, and Location into the response.voidComplexProcessor.deleteComplex(ODataRequest request, ODataResponse response, UriInfo uriInfo) Deletes complex-type value from an entity and puts the status into the response.voidComplexCollectionProcessor.deleteComplexCollection(ODataRequest request, ODataResponse response, UriInfo uriInfo) Deletes complex-type collection from an entity and puts the status into the response.voidEntityProcessor.deleteEntity(ODataRequest request, ODataResponse response, UriInfo uriInfo) Deletes entity from persistence and puts the status into the response.voidMediaEntityProcessor.deleteMediaEntity(ODataRequest request, ODataResponse response, UriInfo uriInfo) Deletes entity media data and associated entity from persistence and puts the status into the response.voidPrimitiveProcessor.deletePrimitive(ODataRequest request, ODataResponse response, UriInfo uriInfo) Deletes primitive-type value from an entity and puts the status into the response.voidPrimitiveCollectionProcessor.deletePrimitiveCollection(ODataRequest request, ODataResponse response, UriInfo uriInfo) Deletes primitive-type collection from an entity and puts the status into the response.voidPrimitiveValueProcessor.deletePrimitiveValue(ODataRequest request, ODataResponse response, UriInfo uriInfo) Deletes primitive-type raw value from an entity and puts the status into the response.voidReferenceProcessor.deleteReference(ODataRequest request, ODataResponse response, UriInfo uriInfo) Deletes reference to an entity from persistence and puts the status into the response.voidActionComplexProcessor.processActionComplex(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestFormat, ContentType responseFormat) Process an action which has as return type a complex type.voidActionComplexCollectionProcessor.processActionComplexCollection(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestFormat, ContentType responseFormat) Process an action which has as return type a complex-type collection.voidActionEntityProcessor.processActionEntity(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestFormat, ContentType responseFormat) Process an action which has as return type an entity.voidActionEntityCollectionProcessor.processActionEntityCollection(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestFormat, ContentType responseFormat) Process an action which has as return type a collection of entities.voidActionPrimitiveProcessor.processActionPrimitive(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestFormat, ContentType responseFormat) Process an action which has as return type a primitive-type.voidActionPrimitiveCollectionProcessor.processActionPrimitiveCollection(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestFormat, ContentType responseFormat) Process an action which has as return type a primitive-type collection.voidActionVoidProcessor.processActionVoid(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestFormat) Process an action which has no return type.voidBatchProcessor.processBatch(BatchFacade facade, ODataRequest request, ODataResponse response) Process a complete batch request and puts serialized content and status into the response.BatchProcessor.processChangeSet(BatchFacade facade, List<ODataRequest> requests) Process a batch change set (containing several batch requests) and puts serialized content and status into the response.voidComplexProcessor.readComplex(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType responseFormat) Reads complex-type instance.voidComplexCollectionProcessor.readComplexCollection(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType responseFormat) Reads complex-type collection.voidEntityProcessor.readEntity(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType responseFormat) Reads entity data from persistence and puts serialized content and status into the response.voidEntityCollectionProcessor.readEntityCollection(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType responseFormat) Reads entities data from persistence and puts serialized content and status into the response.voidMediaEntityProcessor.readMediaEntity(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType responseFormat) Reads entity media data from persistence and puts content and status into the response.voidDefaultProcessor.readMetadata(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestedContentType) voidMetadataProcessor.readMetadata(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType responseFormat) Reads data from persistence and puts serialized content and status into the response.voidPrimitiveProcessor.readPrimitive(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType responseFormat) Reads primitive-type instance.voidPrimitiveCollectionProcessor.readPrimitiveCollection(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType responseFormat) Reads primitive-type collection.voidPrimitiveValueProcessor.readPrimitiveValue(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType responseFormat) Reads raw value of a primitive-type instance, e.g., of a primitive property of an entity.voidReferenceProcessor.readReference(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType responseFormat) Reads entity reference from persistence and put it as serialized content and status into the response.voidReferenceCollectionProcessor.readReferenceCollection(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType responseFormat) Reads entity references from persistence and put them as serialized content and with according status into the response.voidDefaultProcessor.readServiceDocument(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestedContentType) voidServiceDocumentProcessor.readServiceDocument(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType responseFormat) Reads service-document information from persistence and puts serialized content and status into the response.voidComplexProcessor.updateComplex(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestFormat, ContentType responseFormat) Update complex-type instance with send data in the persistence and puts content, status, and Location into the response.voidComplexCollectionProcessor.updateComplexCollection(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestFormat, ContentType responseFormat) Update (replace) complex-type collection with send data in the persistence and puts content, status, and Location into the response.voidEntityProcessor.updateEntity(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestFormat, ContentType responseFormat) Update entity data with send data in the persistence and puts content, status, and Location into the response.voidDeltaProcessor.updateEntityCollection(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestFormat, ContentType responseFormat) Process a delta patch against an EntityCollection.voidMediaEntityProcessor.updateMediaEntity(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestFormat, ContentType responseFormat) Updates entity media data in the persistence and puts content and status into the response.voidPrimitiveProcessor.updatePrimitive(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestFormat, ContentType responseFormat) Update primitive-type instance with send data in the persistence and puts content, status, and Location into the response.voidPrimitiveCollectionProcessor.updatePrimitiveCollection(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestFormat, ContentType responseFormat) Update (replace) primitive-type collection with send data in the persistence and puts content, status, and Location into the response.voidPrimitiveValueProcessor.updatePrimitiveValue(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestFormat, ContentType responseFormat) Update primitive-type instance with sent raw data in the persistence and puts content, status, and Location into the response.voidReferenceProcessor.updateReference(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestFormat) Update entity reference in the persistence and puts content, status, and Location into the response. -
Uses of ODataLibraryException in org.apache.olingo.server.api.serializer
Subclasses of ODataLibraryException in org.apache.olingo.server.api.serializerModifier and TypeClassDescriptionclassThrown for invalid batch payloads.classException thrown by theODataSerializer. -
Uses of ODataLibraryException in org.apache.olingo.server.core
Subclasses of ODataLibraryException in org.apache.olingo.server.coreModifier and TypeClassDescriptionclassclassclassException thrown during basic request handling.Methods in org.apache.olingo.server.core that return ODataLibraryExceptionModifier and TypeMethodDescriptionODataWritableContent.WriteErrorContext.getODataLibraryException()Methods in org.apache.olingo.server.core with parameters of type ODataLibraryExceptionModifier and TypeMethodDescriptionstatic ODataServerErrorODataExceptionHelper.createServerErrorObject(ODataLibraryException e, Locale requestedLocale) Methods in org.apache.olingo.server.core that throw ODataLibraryExceptionModifier and TypeMethodDescriptionvoidODataDispatcher.dispatch(ODataRequest request, ODataResponse response) Constructors in org.apache.olingo.server.core with parameters of type ODataLibraryException -
Uses of ODataLibraryException in org.apache.olingo.server.core.batchhandler
Methods in org.apache.olingo.server.core.batchhandler that throw ODataLibraryExceptionModifier and TypeMethodDescriptionBatchFacadeImpl.handleBatchRequest(BatchRequestPart request) BatchPartHandler.handleBatchRequest(BatchRequestPart request) BatchFacadeImpl.handleODataRequest(ODataRequest request) voidBatchHandler.process(ODataRequest request, ODataResponse response, boolean isStrict) -
Uses of ODataLibraryException in org.apache.olingo.server.core.uri.parser
Subclasses of ODataLibraryException in org.apache.olingo.server.core.uri.parserModifier and TypeClassDescriptionclassclassException thrown during URI parsing in cases where an URI part is invalid according to the Entity Data Model.classException thrown during URI parsing in cases where the URI violates the URI construction rules. -
Uses of ODataLibraryException in org.apache.olingo.server.core.uri.parser.search
Subclasses of ODataLibraryException in org.apache.olingo.server.core.uri.parser.search -
Uses of ODataLibraryException in org.apache.olingo.server.core.uri.validator
Subclasses of ODataLibraryException in org.apache.olingo.server.core.uri.validator