public class TableAlreadyExistsException extends SQLException
Constructor and Description |
---|
TableAlreadyExistsException(String schemaName,
String tableName) |
TableAlreadyExistsException(String schemaName,
String tableName,
PTable table) |
TableAlreadyExistsException(String schemaName,
String tableName,
String msg) |
TableAlreadyExistsException(String schemaName,
String tableName,
String msg,
PTable table) |
Modifier and Type | Method and Description |
---|---|
String |
getSchemaName() |
PTable |
getTable() |
String |
getTableName() |
getErrorCode, getNextException, getSQLState, iterator, setNextException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2015 Apache Software Foundation. All Rights Reserved.