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(User user)
           
InactiveAccountException(User user, Throwable e)
           
 
Method Summary
 User getUser()
           
 
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)
Method Detail

getUser

public User getUser()


Copyright © 2013 Atlassian. All Rights Reserved.