public class

ClusterAlreadyExistsException

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.ClusterAlreadyExistsException

Class Overview

Created by IntelliJ IDEA. User: cowen Date: 24/05/2006 Time: 16:22:51 To change this template use File | Settings | File Templates.

Summary

Public Constructors
ClusterAlreadyExistsException(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 ClusterAlreadyExistsException (String clusterName, InetAddress clusterAddress)

Protected Methods

protected String getMessageTemplate ()