Package com.atlassian.confluence.cluster
Class ClusterAlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.atlassian.confluence.cluster.ClusterException
-
- com.atlassian.confluence.cluster.NamedClusterException
-
- com.atlassian.confluence.cluster.ClusterAlreadyExistsException
-
- All Implemented Interfaces:
Serializable
public class ClusterAlreadyExistsException extends NamedClusterException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterAlreadyExistsException(String clusterName, ClusterJoinConfig joinConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getMessageTemplate()
-
Methods inherited from class com.atlassian.confluence.cluster.NamedClusterException
getClusterJoinConfig, getClusterName, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ClusterAlreadyExistsException
public ClusterAlreadyExistsException(String clusterName, ClusterJoinConfig joinConfig)
-
-
Method Detail
-
getMessageTemplate
protected String getMessageTemplate()
- Specified by:
getMessageTemplate
in classNamedClusterException
-
-