Supportability

The OData SDK provides a set of features and concepts for the supportability of the applications built on top of the SDK.

Exceptions

Every component of the Library has its own root exception, named as <SDM Library component name>Exception. For instance, in Connectivity, the root exception is SDMConnectivityException. All component-specific exceptions are extending the component’s root exception. Besides root exceptions, SDM components can also throw general exceptions, such as IllegalArgumentException or IllegalStateException.