public class PrestoTransportException extends PrestoException
| Constructor and Description |
|---|
PrestoTransportException(ErrorCodeSupplier errorCode,
HostAddress remoteHost,
String message) |
PrestoTransportException(ErrorCodeSupplier errorCodeSupplier,
HostAddress remoteHost,
String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
HostAddress |
getRemoteHost() |
getErrorCode, getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PrestoTransportException(ErrorCodeSupplier errorCode, HostAddress remoteHost, String message)
public PrestoTransportException(ErrorCodeSupplier errorCodeSupplier, HostAddress remoteHost, String message, Throwable cause)
public HostAddress getRemoteHost()
Copyright © 2012–2022. All rights reserved.