com.atlassian.crowd.integration.exception
Class InactiveAccountException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.integration.exception.InactiveAccountException
All Implemented Interfaces:
java.io.Serializable

public class InactiveAccountException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
InactiveAccountException()
           
InactiveAccountException(User user)
           
 
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

InactiveAccountException

public InactiveAccountException()

InactiveAccountException

public InactiveAccountException(User user)
Method Detail

getUser

public User getUser()

setUser

public void setUser(User user)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.