com.atlassian.crowd.exception
Class UserNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              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

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()
           
 void setUserName(java.lang.String userName)
           
 
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()

setUserName

public void setUserName(java.lang.String userName)


Copyright © 2010 Atlassian. All Rights Reserved.