public class ConnectionException extends DriverException implements CoordinatorException
Modifier and Type | Field and Description |
---|---|
InetSocketAddress |
address |
Constructor and Description |
---|
ConnectionException(InetSocketAddress address,
String msg) |
ConnectionException(InetSocketAddress address,
String msg,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
ConnectionException |
copy()
Copy the exception.
|
InetSocketAddress |
getAddress()
The full address of the coordinator host that was contacted.
|
InetAddress |
getHost()
The coordinator host that was contacted.
|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public final InetSocketAddress address
public ConnectionException(InetSocketAddress address, String msg, Throwable cause)
public ConnectionException(InetSocketAddress address, String msg)
public InetAddress getHost()
CoordinatorException
getAddress().getAddress()
.getHost
in interface CoordinatorException
null
if the coordinator is not known.public InetSocketAddress getAddress()
CoordinatorException
getAddress
in interface CoordinatorException
null
if the coordinator is not known.public String getMessage()
getMessage
in class Throwable
public ConnectionException copy()
DriverException
copy
in class DriverException
Copyright © 2012–2017. All rights reserved.