Package com.atlassian.jira.cluster
Class NotClusteredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.jira.cluster.ClusterStateException
com.atlassian.jira.cluster.NotClusteredException
- All Implemented Interfaces:
Serializable
Thrown when a cluster-specific operation is attempted but the target instance is not part of a cluster.
- Since:
- 6.1
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotClusteredException
public NotClusteredException()
-