Package io.trino.spi.connector
Class TableNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.trino.spi.TrinoException
io.trino.spi.connector.NotFoundException
io.trino.spi.connector.TableNotFoundException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTableNotFoundException(SchemaTableName tableName) TableNotFoundException(SchemaTableName tableName, String message) TableNotFoundException(SchemaTableName tableName, String message, Throwable cause) TableNotFoundException(SchemaTableName tableName, Throwable cause) -
Method Summary
Methods inherited from class io.trino.spi.TrinoException
getErrorCode, getLocation, getMessage, getRawMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TableNotFoundException
-
TableNotFoundException
-
TableNotFoundException
-
TableNotFoundException
-
-
Method Details
-
getTableName
-