| Package | Description |
|---|---|
| com.facebook.presto.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardErrorCode |
| Constructor and Description |
|---|
PrestoException(ErrorCodeSupplier errorCode,
String message) |
PrestoException(ErrorCodeSupplier errorCodeSupplier,
String message,
Throwable cause) |
PrestoException(ErrorCodeSupplier errorCode,
Throwable throwable) |
PrestoTransportException(ErrorCodeSupplier errorCode,
HostAddress remoteHost,
String message) |
PrestoTransportException(ErrorCodeSupplier errorCodeSupplier,
HostAddress remoteHost,
String message,
Throwable cause) |
Copyright © 2012–2022. All rights reserved.