Class UserNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.crowd.exception.runtime.CrowdRuntimeException
com.atlassian.crowd.exception.runtime.UserNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when the user is not found.
- Since:
- v2.1
- See Also:
-
Constructor Summary
ConstructorDescriptionUserNotFoundException
(String userName) UserNotFoundException
(String userName, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserNotFoundException
-
UserNotFoundException
-
-
Method Details
-
getUserName
-