| 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 errorCodeSupplier,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
PrestoException(ErrorCodeSupplier errorCode,
Throwable throwable) |
Copyright © 2012-2014. All Rights Reserved.