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, toString
public InvalidClusterAddressException(String message, Throwable cause)
public InvalidClusterAddressException(String message, InetAddress address)
public InvalidClusterAddressException(String message, InetAddress address, Throwable cause)
public InetAddress getAddress()
Copyright © 2003–2020 Atlassian. All rights reserved.