Package com.atlassian.crowd.exception
Class InactiveAccountException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.CrowdException
com.atlassian.crowd.exception.FailedAuthenticationException
com.atlassian.crowd.exception.InactiveAccountException
- All Implemented Interfaces:
Serializable
Thrown when the account is inactive.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new InvalidAccountException.InactiveAccountException
(String name, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InactiveAccountException
Constructs a new InvalidAccountException.- Parameters:
name
- name of the account
-
InactiveAccountException
-
-
Method Details
-
getName
Returns the name of the account.- Returns:
- name of the account
-