public class InvalidClusterAddressException extends ClusterException
| Constructor and Description | 
|---|
InvalidClusterAddressException(String message,
                              InetAddress address)  | 
InvalidClusterAddressException(String message,
                              InetAddress address,
                              Throwable cause)  | 
InvalidClusterAddressException(String message,
                              Throwable cause)  | 
| Modifier and Type | Method and Description | 
|---|---|
InetAddress | 
getAddress()  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidClusterAddressException(String message, Throwable cause)
public InvalidClusterAddressException(String message, InetAddress address)
public InvalidClusterAddressException(String message, InetAddress address, Throwable cause)
public InetAddress getAddress()
Copyright © 2003–2017 Atlassian. All rights reserved.