public class

InactiveAccountException

extends FailedAuthenticationException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.crowd.exception.CrowdException
         ↳ com.atlassian.crowd.exception.FailedAuthenticationException
           ↳ com.atlassian.crowd.exception.InactiveAccountException

Class Overview

Thrown when the account is inactive.

Summary

Public Constructors
InactiveAccountException(String name)
Constructs a new InvalidAccountException.
InactiveAccountException(String name, Throwable e)
Public Methods
String getName()
Returns the name of the account.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InactiveAccountException (String name)

Constructs a new InvalidAccountException.

Parameters
name name of the account

public InactiveAccountException (String name, Throwable e)

Public Methods

public String getName ()

Returns the name of the account.

Returns
  • name of the account