DO NOT EXTEND THIS EXCEPTION
APPLICATION DEVELOPERS: please use {@link ODataApplicationException} o throw custom exceptions.Base exception class for all exceptions in the OData
library. This class extends {@link ODataException} with a message that will be displayedto a possible client and therefore needs support for internationalization.
To support internationalization and translation of messages, this class and its sub classes contain a {@link MessageReference} object which can bemapped to a related key and message text in the resource bundles.
|
|