|
Spring Social | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.social.SocialException
org.springframework.social.connect.ConnectionRepositoryException
org.springframework.social.connect.DuplicateConnectionException
public final class DuplicateConnectionException
Thrown by a ConnectionRepository when attempting to add a Connection and a connection already exists with the given key.
ConnectionRepository.addConnection(Connection),
Serialized Form| Constructor Summary | |
|---|---|
DuplicateConnectionException(ConnectionKey connectionKey)
|
|
| Method Summary | |
|---|---|
ConnectionKey |
getConnectionKey()
The connection key that already exists. |
| 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 DuplicateConnectionException(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 | ||||||||