public class

AuthorisationException

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

Class Overview

Exception thrown by the SysadminOnlyResourceFilter to indicate a user is not a system administrator.

Summary

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

Public Constructors

public AuthorisationException ()