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:
Serializable

public class ClusterAlreadyExistsException
extends NamedClusterException

Created by IntelliJ IDEA. User: cowen Date: 24/05/2006 Time: 16:22:51 To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Constructor Summary
ClusterAlreadyExistsException(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

ClusterAlreadyExistsException

public ClusterAlreadyExistsException(String clusterName,
                                     InetAddress clusterAddress)
Method Detail

getMessageTemplate

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


Copyright © 2003-2012 Atlassian. All Rights Reserved.