public class

NotClusteredException

extends ClusterStateException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.jira.cluster.ClusterStateException
         ↳ com.atlassian.jira.cluster.NotClusteredException

Class Overview

Thrown when a cluster-specific operation is attempted but the target instance is not part of a cluster.

Summary

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

Public Constructors

public NotClusteredException ()