public class PrestoException extends RuntimeException
| 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) |
| Modifier and Type | Method and Description |
|---|---|
ErrorCode |
getErrorCode() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ErrorCode getErrorCode()
public String getMessage()
getMessage in class ThrowableCopyright © 2012-2014. All Rights Reserved.