public class TableNotFoundException extends NotFoundException
| Constructor and Description |
|---|
TableNotFoundException(SchemaTableName tableName) |
TableNotFoundException(SchemaTableName tableName,
String message) |
TableNotFoundException(SchemaTableName tableName,
String message,
Throwable cause) |
TableNotFoundException(SchemaTableName tableName,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
SchemaTableName |
getTableName() |
getErrorCode, getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TableNotFoundException(SchemaTableName tableName)
public TableNotFoundException(SchemaTableName tableName, String message)
public TableNotFoundException(SchemaTableName tableName, Throwable cause)
public TableNotFoundException(SchemaTableName tableName, String message, Throwable cause)
public SchemaTableName getTableName()
Copyright © 2012-2015. All Rights Reserved.