public abstract class

AuthenticationException

extends ServiceException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.ServiceException
           ↳ com.atlassian.bitbucket.auth.AuthenticationException
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Base type for all exceptions which are thrown while processing user authentication attempts.

This base type is provided to stem the authentication exception hierarchy. However, it will usually not be desirable to process exceptions at this level. Instead, callers are encouraged to catch specific exception types where they wish to handle failures.

Summary

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

Public Constructors

public AuthenticationException (KeyedMessage message)

public AuthenticationException (KeyedMessage message, Throwable cause)