com.atlassian.jira.crowd.embedded.ofbiz
Class UserNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.exception.CrowdException
              extended by com.atlassian.crowd.exception.ObjectNotFoundException
                  extended by com.atlassian.crowd.exception.UserNotFoundException
                      extended by 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.3
See Also:
Serialized Form

Constructor Summary
UserNotFoundException(String userName)
           
UserNotFoundException(String userName, Throwable t)
           
 
Method Summary
 Throwable fillInStackTrace()
           
 
Methods inherited from class com.atlassian.crowd.exception.UserNotFoundException
getUserName, throwNotFoundByExternalId
 
Methods inherited from class java.lang.Throwable
getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserNotFoundException

public UserNotFoundException(String userName)

UserNotFoundException

public UserNotFoundException(String userName,
                             Throwable t)
Method Detail

fillInStackTrace

public Throwable fillInStackTrace()
Overrides:
fillInStackTrace in class Throwable


Copyright © 2002-2014 Atlassian. All Rights Reserved.