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.CheckedSoapException
              extended by com.atlassian.crowd.integration.exception.InactiveAccountException
All Implemented Interfaces:
Serializable

public class InactiveAccountException
extends CheckedSoapException

Thrown when the user's account is inactive.

Use for SOAP only. Class exists strictly to maintain Crowd 2.0.x compatibility. Use the exception classes in com.atlassian.crowd.exception instead.

See Also:
Serialized Form

Constructor Summary
InactiveAccountException(String message, Throwable e)
           
InactiveAccountException(User user)
           
InactiveAccountException(User user, Throwable e)
           
 
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(User user)

InactiveAccountException

public InactiveAccountException(User user,
                                Throwable e)

InactiveAccountException

public InactiveAccountException(String message,
                                Throwable e)
Method Detail

getUser

public User getUser()

setUser

public void setUser(User user)


Copyright © 2013 Atlassian. All Rights Reserved.