com.atlassian.sal.api.user
Class UserResolutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.sal.api.user.UserResolutionException
All Implemented Interfaces:
java.io.Serializable

public class UserResolutionException
extends java.lang.RuntimeException

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:
Serialized Form

Constructor Summary
UserResolutionException(java.lang.String message)
           
UserResolutionException(java.lang.String message, java.lang.Throwable cause)
           
UserResolutionException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

UserResolutionException

public UserResolutionException(java.lang.String message,
                               java.lang.Throwable cause)

UserResolutionException

public UserResolutionException(java.lang.Throwable cause)

UserResolutionException

public UserResolutionException(java.lang.String message)


Copyright © 2009 Atlassian. All Rights Reserved.