public class PrestoException extends RuntimeException
| Constructor and Description |
|---|
PrestoException(ErrorCodeSupplier errorCode,
String message) |
PrestoException(ErrorCodeSupplier errorCodeSupplier,
String message,
Throwable cause) |
PrestoException(ErrorCodeSupplier 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 PrestoException(ErrorCodeSupplier errorCode, String message)
public PrestoException(ErrorCodeSupplier errorCode, Throwable throwable)
public PrestoException(ErrorCodeSupplier errorCodeSupplier, String message, Throwable cause)
public ErrorCode getErrorCode()
public String getMessage()
getMessage in class ThrowableCopyright © 2012–2022. All rights reserved.