com.atlassian.confluence.cluster
Class NoSuchClusterException

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
                  extended by com.atlassian.confluence.cluster.NoSuchClusterException
All Implemented Interfaces:
Serializable

public class NoSuchClusterException
extends NamedClusterException

See Also:
Serialized Form

Constructor Summary
NoSuchClusterException(String clusterName, InetAddress clusterAddress)
           
 
Method Summary
protected  String getMessageTemplate()
           
 
Methods inherited from class com.atlassian.confluence.cluster.NamedClusterException
getClusterAddress, getClusterName, getMessage
 
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

NoSuchClusterException

public NoSuchClusterException(String clusterName,
                              InetAddress clusterAddress)
Method Detail

getMessageTemplate

protected String getMessageTemplate()
Specified by:
getMessageTemplate in class NamedClusterException


Copyright © 2003-2012 Atlassian. All Rights Reserved.