Class ODataMessageException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BatchException, EdmException, EntityProviderException, ExceptionVisitExpression, ExpressionParserInternalError, ODataHttpException, TokenizerException, TokenizerExpectError

public abstract class ODataMessageException extends ODataException

DO NOT EXTEND THIS EXCEPTION

APPLICATION DEVELOPERS: please use ODataApplicationException o throw custom exceptions.

Base exception class for all exceptions in the OData library. This class extends ODataException with a message that will be displayed to a possible client and therefore needs support for internationalization.
To support internationalization and translation of messages, this class and its sub classes contain a MessageReference object which can be mapped to a related key and message text in the resource bundles.

See Also: