public class ApiException extends SocialException
| Constructor and Description |
|---|
ApiException(java.lang.String providerId,
java.lang.String message) |
ApiException(java.lang.String providerId,
java.lang.String message,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProviderId()
The ID of the provider for which the API exception occurred.
|