com.atlassian.confluence.cluster
Class NamedClusterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.confluence.cluster.ClusterException
com.atlassian.confluence.cluster.NamedClusterException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ClusterAlreadyExistsException, NoSuchClusterException
- public abstract class NamedClusterException
- extends ClusterException
Created by IntelliJ IDEA.
User: Tomd
Date: 13/07/2006
Time: 16:53:41
To change this template use File | Settings | File Templates.
- See Also:
- Serialized Form
NamedClusterException
public NamedClusterException(String clusterName,
InetAddress clusterAddress)
getClusterAddress
public InetAddress getClusterAddress()
getClusterName
public String getClusterName()
getMessage
public String getMessage()
getMessageTemplate
protected abstract String getMessageTemplate()