public class TableNotFoundException extends Exception
| Constructor and Description |
|---|
TableNotFoundException(String database,
String table,
String errorMessage) |
TableNotFoundException(String database,
String schema,
String table,
String errorMessage) |
TableNotFoundException(String database,
String schema,
String table,
String errorMessage,
Throwable cause) |
TableNotFoundException(String database,
String table,
String errorMessage,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TableNotFoundException(String database, String table, String errorMessage)
public TableNotFoundException(String database, @Nullable String schema, String table, String errorMessage)
public TableNotFoundException(String database, String table, String errorMessage, Throwable cause)
Copyright © 2021 CDAP Licensed under the Apache License, Version 2.0.