public class

AuthenticationRequiredException

extends SecurityException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.SecurityException
           ↳ com.atlassian.plugins.rest.common.security.AuthenticationRequiredException

Class Overview

Exception thrown when a client tries to access a resources that requires authentication and the client is not authenticated.

See Also

Summary

Public Constructors
AuthenticationRequiredException()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AuthenticationRequiredException ()