public class

PreAuthenticationFailedException

extends AuthenticationException
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.user.PreAuthenticationFailedException

Class Overview

A specialisation of AuthenticationException, thrown when the SecurityService fails to authenticate the do-as user.

Summary

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

Public Constructors

public PreAuthenticationFailedException (KeyedMessage message)