com.atlassian.crowd.exception
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.UserNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class UserNotFoundException
extends CrowdException

Thrown when the specified user could not be found.

See Also:
Serialized Form

Constructor Summary
UserNotFoundException(java.lang.String userName)
           
UserNotFoundException(java.lang.String userName, java.lang.Throwable t)
           
 
Method Summary
 java.lang.String getUserName()
           
 
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

UserNotFoundException

public UserNotFoundException(java.lang.String userName)

UserNotFoundException

public UserNotFoundException(java.lang.String userName,
                             java.lang.Throwable t)
Method Detail

getUserName

public java.lang.String getUserName()


Copyright © 2010 Atlassian. All Rights Reserved.