public class

InactiveUserAuthenticationException

extends AuthenticationException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.ServiceException
           ↳ com.atlassian.bitbucket.auth.AuthenticationException
             ↳ com.atlassian.bitbucket.auth.InactiveUserAuthenticationException

Class Overview

A specialisation of AuthenticationException, thrown to indicate the user cannot be authenticated because their account is no longer active.

Summary

Public Constructors
InactiveUserAuthenticationException(KeyedMessage message)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InactiveUserAuthenticationException (KeyedMessage message)