|
Spring Social | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.springframework.social.SocialException org.springframework.social.connect.ConnectionRepositoryException org.springframework.social.connect.NotConnectedException
public class NotConnectedException
Thrown by a ConnectionRepository
when attempting to fetch a "primary" connection and the user is not connected to the provider in question.
ConnectionRepository.getPrimaryConnection(Class)
,
Serialized FormConstructor Summary | |
---|---|
NotConnectedException(java.lang.String providerId)
|
Method Summary | |
---|---|
java.lang.String |
getProviderId()
The id of the provider the current user is not connected to. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NotConnectedException(java.lang.String providerId)
Method Detail |
---|
public java.lang.String getProviderId()
|
Spring Social | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |