com.atlassian.jira.cluster
Class ClusterStateException

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

public class ClusterStateException
extends Exception

A generic exception for cluster related problems

Since:
v6.1
See Also:
Serialized Form

Constructor Summary
ClusterStateException(String message)
           
 
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

ClusterStateException

public ClusterStateException(String message)


Copyright © 2002-2014 Atlassian. All Rights Reserved.