public class

IncorrectPasswordAuthenticationException

extends AuthenticationFailedException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.stash.exception.ServiceException
           ↳ com.atlassian.stash.user.AuthenticationException
             ↳ com.atlassian.stash.exception.AuthenticationFailedException
               ↳ com.atlassian.stash.user.IncorrectPasswordAuthenticationException

Class Overview

A specialisation of AuthenticationException, thrown to indicate the password supplied during an authentication attempt does not match the password on record. It is also thrown when a user attempts to change their password but the current password they provide does not match the password on record.

Note: In Stash 3.0, the AuthenticationFailedException will be removed from this class's hierarchy.

Summary

Public Constructors
IncorrectPasswordAuthenticationException(KeyedMessage message)
[Expand]
Inherited Methods
From class com.atlassian.stash.exception.AuthenticationFailedException
From class com.atlassian.stash.exception.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public IncorrectPasswordAuthenticationException (KeyedMessage message)