|
Exception Summary |
| AdapterNotFound |
The exception that the adapter can't be found based on the input class or class name. |
| AnnotationParserException |
|
| ConverterException |
The exception when the mapper fails to convert data between the adapter/driver and the webUI. |
| InternalException |
An exception indicating internal error happening in the local data source to answer the query. |
| InvalidParameter |
An exception indicating invalid parameters for local data source query or update. |
| LocalDataSourceAccessException |
An exception indicates the local data source can't be accessed for some reason. |
| MissingInformationException |
An exception indicating some information is missing to complete the database insert or update request. |
| OAuthRedirectException |
An exception indicating the redirection to the OAuth authentication page is needed |
| ObjectExistException |
An exception indicating the to be created object actually already exists in the local data source. |
| RecordNotFound |
An exception indicating no record is found matching the specified condition. |
| UnAuthenticated |
An exception indicating failure of being authenticated to access the local data source. |
| UniqueIdentificationException |
An exception indicating that the failure to uniquely identify the record. |
| UnsupportedAdapter |
An exception indicating the specified adapter is not supported by the current mapper. |