com.atlassian.crowd.exception
Class InvalidUserException

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.InvalidUserException
All Implemented Interfaces:
java.io.Serializable

public class InvalidUserException
extends CrowdException

See Also:
Serialized Form

Constructor Summary
InvalidUserException()
           
InvalidUserException(User user, java.lang.String message)
           
InvalidUserException(User user, java.lang.String message, java.lang.Throwable cause)
           
InvalidUserException(User user, java.lang.Throwable cause)
           
 
Method Summary
 User getUser()
           
 void setUser(User user)
           
 
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

InvalidUserException

public InvalidUserException()

InvalidUserException

public InvalidUserException(User user,
                            java.lang.String message)

InvalidUserException

public InvalidUserException(User user,
                            java.lang.Throwable cause)

InvalidUserException

public InvalidUserException(User user,
                            java.lang.String message,
                            java.lang.Throwable cause)
Method Detail

setUser

public void setUser(User user)

getUser

public User getUser()


Copyright © 2010 Atlassian. All Rights Reserved.