public class

UserNotFoundException

extends ObjectNotFoundException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.crowd.exception.CrowdException
         ↳ com.atlassian.crowd.exception.ObjectNotFoundException
           ↳ com.atlassian.crowd.exception.UserNotFoundException

Class Overview

Thrown when the specified user could not be found.

Summary

Public Constructors
UserNotFoundException(String userName)
UserNotFoundException(String userName, Throwable t)
Public Methods
String getUserName()
Returns the name of the user that could not be found.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public UserNotFoundException (String userName)

public UserNotFoundException (String userName, Throwable t)

Public Methods

public String getUserName ()

Returns the name of the user that could not be found.

Returns
  • name of the user that could not be found