com.atlassian.confluence.cluster
Class NamedClusterException

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

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()
Overrides:
getMessage in class Throwable

getMessageTemplate

protected abstract String getMessageTemplate()


Copyright © 2003-2013 Atlassian. All Rights Reserved.