public abstract class

NamedClusterException

extends ClusterException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.confluence.cluster.ClusterException
         ↳ com.atlassian.confluence.cluster.NamedClusterException
Known Direct Subclasses

Class Overview

Created by IntelliJ IDEA. User: Tomd Date: 13/07/2006 Time: 16:53:41 To change this template use File | Settings | File Templates.

Summary

Public Constructors
NamedClusterException(String clusterName, InetAddress clusterAddress)
Public Methods
InetAddress getClusterAddress()
String getClusterName()
String getMessage()
Protected Methods
abstract String getMessageTemplate()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NamedClusterException (String clusterName, InetAddress clusterAddress)

Public Methods

public InetAddress getClusterAddress ()

public String getClusterName ()

public String getMessage ()

Protected Methods

protected abstract String getMessageTemplate ()