public class TruncateException extends QueryExecutionException implements CoordinatorException
Constructor and Description |
---|
TruncateException(InetSocketAddress address,
String msg) |
TruncateException(String msg)
Deprecated.
This constructor is kept for backwards compatibility.
|
Modifier and Type | Method and Description |
---|---|
DriverException |
copy()
Copy the exception.
|
InetSocketAddress |
getAddress()
The full address of the coordinator host that caused this exception to be raised.
|
InetAddress |
getHost()
The coordinator host that caused this exception to be raised.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
@Deprecated public TruncateException(String msg)
public TruncateException(InetSocketAddress address, String msg)
public InetAddress getHost()
getAddress().getAddress()
.getHost
in interface CoordinatorException
null
if the coordinator is not known.public InetSocketAddress getAddress()
getAddress
in interface CoordinatorException
null
if the coordinator is not known.public DriverException copy()
DriverException
copy
in class DriverException
Copyright © 2012–2016. All rights reserved.