public class

JiraClientAuthorizationException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.mule.module.jira.api.rest.JiraClientAuthorizationException

Class Overview

The request was a valid request, but the server is refusing to respond to it. Unlike as when getting a JiraClientAuthenticationException, authenticating will make no difference. This commonly means that the provided credentials were successfully authenticated but that the credentials still do not grant the client permission to access the restricted content. Ergo, this is a wrapper for a 403

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class java.lang.RuntimeException
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
JiraClientAuthorizationException(RestClientException e)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 4784099376863359287 (0x42648909381bb137)

Public Constructors

public JiraClientAuthorizationException (RestClientException e)

Parameters
e