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 Summary
ConstructorDescriptionUserNotFoundException
(String userName) UserNotFoundException
(String userName, Throwable t) -
Method Summary
Methods inherited from class com.atlassian.crowd.exception.UserNotFoundException
forExternalId, getUserName, throwNotFoundByExternalId
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserNotFoundException
-
UserNotFoundException
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-