com.atlassian.crowd.exception
Class InactiveAccountException

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

public class InactiveAccountException
extends FailedAuthenticationException

Thrown when the account is inactive.

See Also:
Serialized Form

Constructor Summary
InactiveAccountException(String name)
          Constructs a new InvalidAccountException.
InactiveAccountException(String name, Throwable e)
           
 
Method Summary
 String getName()
          Returns the name of the account.
 
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(String name)
Constructs a new InvalidAccountException.

Parameters:
name - name of the account

InactiveAccountException

public InactiveAccountException(String name,
                                Throwable e)
Method Detail

getName

public String getName()
Returns the name of the account.

Returns:
name of the account


Copyright © 2013 Atlassian. All Rights Reserved.