com.atlassian.crowd.exception
Class UserNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.CrowdException
com.atlassian.crowd.exception.ObjectNotFoundException
com.atlassian.crowd.exception.UserNotFoundException
- All Implemented Interfaces:
- Serializable
public class UserNotFoundException
- extends ObjectNotFoundException
Thrown when the specified user could not be found.
- See Also:
- Serialized Form
|
Method Summary |
String |
getUserName()
Returns the name of the user that could not be found. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UserNotFoundException
public UserNotFoundException(String userName)
UserNotFoundException
public UserNotFoundException(String userName,
Throwable t)
getUserName
public String getUserName()
- Returns the name of the user that could not be found.
- Returns:
- name of the user that could not be found
Copyright © 2013 Atlassian. All Rights Reserved.