|
|||||||||
| 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
jetbrains.buildServer.users.UserNotFoundException
public class UserNotFoundException
Thrown if user does not exist anymore
| Constructor Summary | |
|---|---|
UserNotFoundException(long userId)
Constructor |
|
UserNotFoundException(long userId,
java.lang.String message)
Constructor |
|
| Method Summary | |
|---|---|
long |
getUserId()
Returns id of a non existent user |
| 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 UserNotFoundException(long userId)
userId - id of a non existent user
public UserNotFoundException(long userId,
java.lang.String message)
userId - id of a non existent usermessage - message| Method Detail |
|---|
public long getUserId()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||