public abstract class NamedClusterException extends ClusterException
Constructor and Description |
---|
NamedClusterException(String clusterName,
ClusterJoinConfig clusterJoinConfig) |
NamedClusterException(String clusterName,
InetAddress clusterAddress)
Deprecated.
since 5.9
|
Modifier and Type | Method and Description |
---|---|
ClusterJoinConfig |
getClusterJoinConfig() |
String |
getClusterName() |
InetAddress |
getJoinConfig()
Deprecated.
since 5.9
|
String |
getMessage() |
protected abstract String |
getMessageTemplate() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NamedClusterException(String clusterName, @Nullable ClusterJoinConfig clusterJoinConfig)
@Deprecated public NamedClusterException(String clusterName, InetAddress clusterAddress)
@Deprecated public InetAddress getJoinConfig()
public ClusterJoinConfig getClusterJoinConfig()
public String getClusterName()
public String getMessage()
getMessage
in class Throwable
protected abstract String getMessageTemplate()
Copyright © 2003–2018 Atlassian. All rights reserved.