Uses of Class
com.sap.mobile.services.client.ClientException
Packages that use ClientException
-
Uses of ClientException in com.sap.mobile.services.client
Subclasses of ClientException in com.sap.mobile.services.clientModifier and TypeClassDescriptionclass
An 4xx Error was reported.class
Thrown when authorization failed.class
class
An 5xx Error was reported.class
-
Uses of ClientException in com.sap.mobile.services.client.push
Subclasses of ClientException in com.sap.mobile.services.client.pushModifier and TypeClassDescriptionclass
Exception indicating issues with the push request, see getResponse for details.class
No registered device was found for the request or the service URL is incorrect, see message.class
Generic Push Client Exception with Push Response.Methods in com.sap.mobile.services.client.push that throw ClientExceptionModifier and TypeMethodDescriptionPushClient.pushToApplication
(LocalizedPushPayload pushPayload) Triggers a notification to all registered users of an application.PushClient.pushToApplication
(PushPayload pushPayload) Triggers a notification to all registered users of an application.PushClient.pushToCapability
(String capability, LocalizedPushToCapabilitiesPayload pushToCapabilitiesPayload) Triggers notifications to devices that have been registered with a certain capability.PushClient.pushToCapability
(String capability, PushToCapabilitiesPayload pushToCapabilitiesPayload) Triggers notifications to devices that have been registered with a certain capability.PushClient.pushToDevice
(String userId, String deviceId, LocalizedPushPayload pushPayload) Triggers a notification to a single device, identified by userId and deviceId.PushClient.pushToDevice
(String userId, String deviceId, PushPayload pushPayload) Triggers a notification to a single device, identified by userId and deviceId.PushClient.pushToGroup
(String group, LocalizedPushPayload pushPayload) Triggers a notification to a group with the same payload for all recipients.PushClient.pushToGroup
(String group, PushPayload pushPayload) Triggers a notification to a group with the same payload for all recipients.PushClient.pushToUsers
(Collection<String> userIds, LocalizedPushPayload pushPayload) Triggers a notification to a defined set of users, identified by their userId.PushClient.pushToUsers
(Collection<String> userIds, PushPayload pushPayload) Triggers a notification to a defined set of users, identified by their userId.PushClient.pushToUsers
(Collection<String> userIds, Collection<String> userUUIDs, LocalizedPushPayload pushPayload) Triggers a notification to a defined set of users, identified by their userId or global user ID.