public class

JiraClientAuthenticationException

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

Class Overview

Similar to JiraClientAuthorizationException, but specifically for use when authentication is required and has failed or has not yet been provided. Ergo, this is a wrapper for a 401

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
JiraClientAuthenticationException(RestClientException e)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 303445801165797261 (0x04360e593312378d)

Public Constructors

public JiraClientAuthenticationException (RestClientException e)

Parameters
e