public class

NoSuchClusterException

extends NamedClusterException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.confluence.cluster.ClusterException
         ↳ com.atlassian.confluence.cluster.NamedClusterException
           ↳ com.atlassian.confluence.cluster.NoSuchClusterException

Summary

Public Constructors
NoSuchClusterException(String clusterName, InetAddress clusterAddress)
Protected Methods
String getMessageTemplate()
[Expand]
Inherited Methods
From class com.atlassian.confluence.cluster.NamedClusterException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NoSuchClusterException (String clusterName, InetAddress clusterAddress)

Protected Methods

protected String getMessageTemplate ()