Package io.trino.plugin.hive
Class TableAlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.trino.spi.TrinoException
-
- io.trino.plugin.hive.TableAlreadyExistsException
-
- All Implemented Interfaces:
Serializable
public class TableAlreadyExistsException extends TrinoException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TableAlreadyExistsException(SchemaTableName tableName)TableAlreadyExistsException(SchemaTableName tableName, String message)TableAlreadyExistsException(SchemaTableName tableName, String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaTableNamegetTableName()-
Methods inherited from class io.trino.spi.TrinoException
getErrorCode, getLocation, getMessage, getRawMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TableAlreadyExistsException
public TableAlreadyExistsException(SchemaTableName tableName)
-
TableAlreadyExistsException
public TableAlreadyExistsException(SchemaTableName tableName, String message)
-
TableAlreadyExistsException
public TableAlreadyExistsException(SchemaTableName tableName, String message, Throwable cause)
-
-
Method Detail
-
getTableName
public SchemaTableName getTableName()
-
-