public class NotConnectedException extends ConnectionRepositoryException
ConnectionRepository when attempting to fetch a "primary" connection and the user is not connected to the provider in question.| Constructor and Description |
|---|
NotConnectedException(java.lang.String providerId) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProviderId()
The id of the provider the current user is not connected to.
|