|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.geomobile.joined.api.exception.FriendFinderConflictException
public class FriendFinderConflictException
This exception is thrown to indicate a conflict with an existing user at the Joined server.
| Constructor Summary | |
|---|---|
FriendFinderConflictException()
Constructs an exception with no detail message. |
|
FriendFinderConflictException(String detailMessage)
Constructs an exception with a specified detail message. |
|
FriendFinderConflictException(String detailMessage,
Throwable throwable)
Constructs an exception based on an exception and with a specified detail message. |
|
FriendFinderConflictException(Throwable throwable)
Constructs an exception based on an exception. |
|
| Method Summary |
|---|
| 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 FriendFinderConflictException()
public FriendFinderConflictException(String detailMessage)
detailMessage - The detail message.public FriendFinderConflictException(Throwable throwable)
throwable - The exception basis.
public FriendFinderConflictException(String detailMessage,
Throwable throwable)
detailMessage - The detail message.throwable - The exception basis.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||