public class

JiraClientOperationNotSupportedException

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

Class Overview

Exception to represent an error while trying to invoke an action on a Jira instance that doesn't support it In general, it means that you are connecting to an instance with an old version (below 5)

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

Constants

private static final long serialVersionUID

Constant Value: 6015791650109988432 (0x537c62a1fb911e50)

Public Constructors

public JiraClientOperationNotSupportedException (RestClientException e)

Parameters
e