com.atlassian.confluence.cluster
Class ClusterAlreadyExistsException

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.ClusterAlreadyExistsException
All Implemented Interfaces:
java.io.Serializable

public class ClusterAlreadyExistsException
extends NamedClusterException

See Also:
Serialized Form

Constructor Summary
ClusterAlreadyExistsException(java.lang.String clusterName, java.net.InetAddress clusterAddress)
           
 
Method Summary
protected  java.lang.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

ClusterAlreadyExistsException

public ClusterAlreadyExistsException(java.lang.String clusterName,
                                     java.net.InetAddress clusterAddress)
Method Detail

getMessageTemplate

protected java.lang.String getMessageTemplate()
Specified by:
getMessageTemplate in class NamedClusterException


Copyright © 2003-2014 Atlassian. All Rights Reserved.