Uses of Package
org.filteredpush.mapper.exception

Packages that use org.filteredpush.mapper.exception
net.oauth.example.consumer.webapp   
org.filteredpush.mapper   
org.filteredpush.mapper.converter   
org.filteredpush.mapper.datapolicymapper   
 

Classes in org.filteredpush.mapper.exception used by net.oauth.example.consumer.webapp
InternalException
          An exception indicating internal error happening in the local data source to answer the query.
 

Classes in org.filteredpush.mapper.exception used by org.filteredpush.mapper
AdapterNotFound
          The exception that the adapter can't be found based on the input class or class name.
UnsupportedAdapter
          An exception indicating the specified adapter is not supported by the current mapper.
 

Classes in org.filteredpush.mapper.exception used by org.filteredpush.mapper.converter
ConverterException
          The exception when the mapper fails to convert data between the adapter/driver and the webUI.
 

Classes in org.filteredpush.mapper.exception used by org.filteredpush.mapper.datapolicymapper
AdapterNotFound
          The exception that the adapter can't be found based on the input class or class name.
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.
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.