com.atlassian.jira.cluster
Class NotClusteredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.jira.cluster.ClusterStateException
              extended by com.atlassian.jira.cluster.NotClusteredException
All Implemented Interfaces:
Serializable

public class NotClusteredException
extends ClusterStateException

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

Since:
6.1
See Also:
Serialized Form

Constructor Summary
NotClusteredException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotClusteredException

public NotClusteredException()


Copyright © 2002-2013 Atlassian. All Rights Reserved.