|
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.NoSuchConnectionException
public final class NoSuchConnectionException
Thrown by a ConnectionRepository
when attempting to fetch a Connection
and no such connection exists with the provided key.
ConnectionRepository.getConnection(ConnectionKey)
,
Serialized FormConstructor Summary | |
---|---|
NoSuchConnectionException(ConnectionKey connectionKey)
|
Method Summary | |
---|---|
ConnectionKey |
getConnectionKey()
The invalid key value. |
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 NoSuchConnectionException(ConnectionKey connectionKey)
Method Detail |
---|
public ConnectionKey getConnectionKey()
|
Spring Social | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |