public abstract class NotFoundException extends PrestoException
| Modifier | Constructor and Description |
|---|---|
protected |
NotFoundException() |
protected |
NotFoundException(String message) |
protected |
NotFoundException(String message,
Throwable cause) |
protected |
NotFoundException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
protected |
NotFoundException(Throwable cause) |
getErrorCode, getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2012-2015. All Rights Reserved.