public class ViewAlreadyExistsException
extends com.facebook.presto.spi.PrestoException
| Constructor and Description |
|---|
ViewAlreadyExistsException(com.facebook.presto.spi.SchemaTableName viewName) |
ViewAlreadyExistsException(com.facebook.presto.spi.SchemaTableName viewName,
String message) |
| Modifier and Type | Method and Description |
|---|---|
com.facebook.presto.spi.SchemaTableName |
getViewName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ViewAlreadyExistsException(com.facebook.presto.spi.SchemaTableName viewName)
public ViewAlreadyExistsException(com.facebook.presto.spi.SchemaTableName viewName,
String message)
Copyright © 2012–2023. All rights reserved.