Uses of Interface
org.apache.olingo.server.api.ODataLibraryException.MessageKey
Packages that use ODataLibraryException.MessageKey
Package
Description
Olingo Server API
Olingo Server API - Deserializer
Olingo Server API - Deserializer - Batch
Olingo Server API - ETag
Olingo Server API - Serializer
-
Uses of ODataLibraryException.MessageKey in org.apache.olingo.server.api
Methods in org.apache.olingo.server.api that return ODataLibraryException.MessageKeyConstructors in org.apache.olingo.server.api with parameters of type ODataLibraryException.MessageKeyModifierConstructorDescriptionprotectedODataLibraryException(String developmentMessage, Throwable cause, ODataLibraryException.MessageKey messageKey, String... parameters) protectedODataLibraryException(String developmentMessage, ODataLibraryException.MessageKey messageKey, String... parameters) -
Uses of ODataLibraryException.MessageKey in org.apache.olingo.server.api.deserializer
Classes in org.apache.olingo.server.api.deserializer that implement ODataLibraryException.MessageKeyModifier and TypeClassDescriptionstatic enumKeys for exception texts in the resource bundle.Constructors in org.apache.olingo.server.api.deserializer with parameters of type ODataLibraryException.MessageKeyModifierConstructorDescriptionDeserializerException(String developmentMessage, Throwable cause, ODataLibraryException.MessageKey messageKey, String... parameters) Creates deserializer exception.DeserializerException(String developmentMessage, ODataLibraryException.MessageKey messageKey, String... parameters) Creates deserializer exception. -
Uses of ODataLibraryException.MessageKey in org.apache.olingo.server.api.deserializer.batch
Classes in org.apache.olingo.server.api.deserializer.batch that implement ODataLibraryException.MessageKeyConstructors in org.apache.olingo.server.api.deserializer.batch with parameters of type ODataLibraryException.MessageKeyModifierConstructorDescriptionBatchDeserializerException(String developmentMessage, Throwable cause, ODataLibraryException.MessageKey messageKey, String... parameters) Creates batch deserializer exception.BatchDeserializerException(String developmentMessage, ODataLibraryException.MessageKey messageKey, String... parameters) Creates batch deserializer exception. -
Uses of ODataLibraryException.MessageKey in org.apache.olingo.server.api.etag
Classes in org.apache.olingo.server.api.etag that implement ODataLibraryException.MessageKeyConstructors in org.apache.olingo.server.api.etag with parameters of type ODataLibraryException.MessageKeyModifierConstructorDescriptionPreconditionException(String developmentMessage, Throwable cause, ODataLibraryException.MessageKey messageKey, String... parameters) PreconditionException(String developmentMessage, ODataLibraryException.MessageKey messageKey, String... parameters) -
Uses of ODataLibraryException.MessageKey in org.apache.olingo.server.api.serializer
Classes in org.apache.olingo.server.api.serializer that implement ODataLibraryException.MessageKeyModifier and TypeClassDescriptionstatic enumstatic enumKeys for exception texts in the resource bundle.Constructors in org.apache.olingo.server.api.serializer with parameters of type ODataLibraryException.MessageKeyModifierConstructorDescriptionBatchSerializerException(String developmentMessage, ODataLibraryException.MessageKey messageKey, String... parameters) SerializerException(String developmentMessage, Throwable cause, ODataLibraryException.MessageKey messageKey, String... parameters) Creates serializer exception.SerializerException(String developmentMessage, ODataLibraryException.MessageKey messageKey, String... parameters) Creates serializer exception. -
Uses of ODataLibraryException.MessageKey in org.apache.olingo.server.core
Classes in org.apache.olingo.server.core that implement ODataLibraryException.MessageKeyModifier and TypeClassDescriptionstatic enumstatic enumstatic enumConstructors in org.apache.olingo.server.core with parameters of type ODataLibraryException.MessageKeyModifierConstructorDescriptionAcceptHeaderContentNegotiatorException(String developmentMessage, Throwable cause, ODataLibraryException.MessageKey messageKey, String... parameters) AcceptHeaderContentNegotiatorException(String developmentMessage, ODataLibraryException.MessageKey messageKey, String... parameters) ContentNegotiatorException(String developmentMessage, Throwable cause, ODataLibraryException.MessageKey messageKey, String... parameters) ContentNegotiatorException(String developmentMessage, ODataLibraryException.MessageKey messageKey, String... parameters) ODataHandlerException(String developmentMessage, Throwable cause, ODataLibraryException.MessageKey messageKey, String... parameters) ODataHandlerException(String developmentMessage, ODataLibraryException.MessageKey messageKey, String... parameters) -
Uses of ODataLibraryException.MessageKey in org.apache.olingo.server.core.uri.parser
Classes in org.apache.olingo.server.core.uri.parser that implement ODataLibraryException.MessageKeyModifier and TypeClassDescriptionstatic enumstatic enumConstructors in org.apache.olingo.server.core.uri.parser with parameters of type ODataLibraryException.MessageKeyModifierConstructorDescriptionUriParserException(String developmentMessage, Throwable cause, ODataLibraryException.MessageKey messageKey, String... parameters) UriParserException(String developmentMessage, ODataLibraryException.MessageKey messageKey, String... parameters) UriParserSemanticException(String developmentMessage, Throwable cause, ODataLibraryException.MessageKey messageKey, String... parameters) UriParserSemanticException(String developmentMessage, ODataLibraryException.MessageKey messageKey, String... parameters) UriParserSyntaxException(String developmentMessage, Throwable cause, ODataLibraryException.MessageKey messageKey, String... parameters) UriParserSyntaxException(String developmentMessage, ODataLibraryException.MessageKey messageKey, String... parameters) -
Uses of ODataLibraryException.MessageKey in org.apache.olingo.server.core.uri.parser.search
Classes in org.apache.olingo.server.core.uri.parser.search that implement ODataLibraryException.MessageKeyModifier and TypeClassDescriptionstatic enumstatic enumConstructors in org.apache.olingo.server.core.uri.parser.search with parameters of type ODataLibraryException.MessageKeyModifierConstructorDescriptionSearchParserException(String developmentMessage, Throwable cause, ODataLibraryException.MessageKey messageKey, String... parameters) SearchParserException(String developmentMessage, ODataLibraryException.MessageKey messageKey, String... parameters) SearchTokenizerException(String developmentMessage, Throwable cause, ODataLibraryException.MessageKey messageKey, String... parameters) SearchTokenizerException(String developmentMessage, ODataLibraryException.MessageKey messageKey, String... parameters) -
Uses of ODataLibraryException.MessageKey in org.apache.olingo.server.core.uri.validator
Classes in org.apache.olingo.server.core.uri.validator that implement ODataLibraryException.MessageKeyConstructors in org.apache.olingo.server.core.uri.validator with parameters of type ODataLibraryException.MessageKeyModifierConstructorDescriptionUriValidationException(String developmentMessage, Throwable cause, ODataLibraryException.MessageKey messageKey, String... parameters) UriValidationException(String developmentMessage, ODataLibraryException.MessageKey messageKey, String... parameters)