Package jetbrains.buildServer.users
Class UserNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.users.UserNotFoundException
-
- All Implemented Interfaces:
Serializable
public class UserNotFoundException extends RuntimeException
Thrown if user does not exist anymore- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserNotFoundException(long userId)
ConstructorUserNotFoundException(long userId, String message)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getUserId()
Returns id of a non existent user-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UserNotFoundException
public UserNotFoundException(long userId)
Constructor- Parameters:
userId
- id of a non existent user
-
UserNotFoundException
public UserNotFoundException(long userId, String message)
Constructor- Parameters:
userId
- id of a non existent usermessage
- message
-
-