com.atlassian.confluence.cluster
Class NamedClusterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.confluence.cluster.ClusterException
com.atlassian.confluence.cluster.NamedClusterException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ClusterAlreadyExistsException, NoSuchClusterException
public abstract class NamedClusterException
- extends ClusterException
- See Also:
- Serialized Form
Constructor Summary |
NamedClusterException(java.lang.String clusterName,
java.net.InetAddress clusterAddress)
|
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 |
NamedClusterException
public NamedClusterException(java.lang.String clusterName,
java.net.InetAddress clusterAddress)
getClusterAddress
public java.net.InetAddress getClusterAddress()
getClusterName
public java.lang.String getClusterName()
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
getMessageTemplate
protected abstract java.lang.String getMessageTemplate()
Copyright © 2003-2013 Atlassian. All Rights Reserved.