| Package | Description |
|---|---|
| com.facebook.presto.spi |
| Modifier and Type | Method and Description |
|---|---|
ErrorCode |
PrestoException.getErrorCode() |
ErrorCode |
StandardErrorCode.toErrorCode() |
| Constructor and Description |
|---|
PrestoException(ErrorCode errorCode,
String message) |
PrestoException(ErrorCode errorCode,
String message,
Throwable cause) |
PrestoException(ErrorCode errorCode,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
PrestoException(ErrorCode errorCode,
Throwable throwable) |
Copyright © 2012-2014. All Rights Reserved.