Package com.atlassian.sal.api.user
Class UserResolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.sal.api.user.UserResolutionException
- All Implemented Interfaces:
Serializable
Thrown if there is a problem when trying to resolve a username to a user, such as a failure in accessing an external
user store.
- Since:
- 2.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserResolutionException(String message) UserResolutionException(String message, Throwable cause) UserResolutionException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserResolutionException
-
UserResolutionException
-
UserResolutionException
-