public class ApiException extends SocialException
Constructor and Description |
---|
ApiException(String providerId,
String message) |
ApiException(String providerId,
String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getProviderId()
The ID of the provider for which the API exception occurred.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String getProviderId()