public class

UserNotFoundException

extends 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
             ↳ com.atlassian.jira.crowd.embedded.ofbiz.UserNotFoundException

Class Overview

Non stack trace filling exception used for flow control.

Summary

Public Constructors
UserNotFoundException(String userName)
UserNotFoundException(String userName, Throwable t)
Public Methods
synchronized Throwable fillInStackTrace()
[Expand]
Inherited Methods
From class com.atlassian.crowd.exception.UserNotFoundException
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 synchronized Throwable fillInStackTrace ()