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
com.atlassian.jira.crowd.embedded.ofbiz.UserNotFoundException
All Implemented Interfaces:
Serializable

public class UserNotFoundException extends com.atlassian.crowd.exception.UserNotFoundException
Non stack trace filling exception used for flow control.
Since:
v6.1
See Also:
  • Constructor Details

    • UserNotFoundException

      public UserNotFoundException(String userName)
    • UserNotFoundException

      public UserNotFoundException(String userName, Throwable t)
  • Method Details