com.atlassian.confluence.cluster
Class NamedClusterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.atlassian.confluence.cluster.ClusterException
              extended bycom.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

Constructor Summary
NamedClusterException(String clusterName, InetAddress clusterAddress)
           
 
Method Summary
 InetAddress getClusterAddress()
           
 String getClusterName()
           
 String getMessage()
           
protected abstract  String getMessageTemplate()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NamedClusterException

public NamedClusterException(String clusterName,
                             InetAddress clusterAddress)
Method Detail

getClusterAddress

public InetAddress getClusterAddress()

getClusterName

public String getClusterName()

getMessage

public String getMessage()

getMessageTemplate

protected abstract String getMessageTemplate()


Confluence is developed by Atlassian.