|
Clearspace API (2.0.15) Web Services Client Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectNotFoundException
com.jivesoftware.base.UserNotFoundException
@WebFault(name="UserNotFound") public class UserNotFoundException
Thrown when User cannot be found.
| Constructor Summary | |
|---|---|
UserNotFoundException()
|
|
UserNotFoundException(long userID)
Allows you to create an exception specifying the id of the user that was not found |
|
UserNotFoundException(java.lang.String msg)
|
|
UserNotFoundException(java.lang.String msg,
java.lang.Throwable throwable)
|
|
UserNotFoundException(java.lang.Throwable throwable)
|
|
| Method Summary | |
|---|---|
long |
getUserID()
Returns id of the user not found if available, else -1. |
java.lang.String |
getUsername()
Returns username of the user not found if available, else null. |
void |
setUserID(long userID)
|
void |
setUsername(java.lang.String username)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserNotFoundException()
public UserNotFoundException(long userID)
userID - id of the user that was not foundpublic UserNotFoundException(java.lang.String msg)
public UserNotFoundException(java.lang.String msg,
java.lang.Throwable throwable)
public UserNotFoundException(java.lang.Throwable throwable)
| Method Detail |
|---|
public void setUserID(long userID)
public void setUsername(java.lang.String username)
public long getUserID()
public java.lang.String getUsername()
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||