Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.trino.spi.TrinoException
io.trino.spi.connector.NotFoundException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ColumnNotFoundException,MaterializedViewNotFoundException,SchemaNotFoundException,TableNotFoundException,ViewNotFoundException
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedNotFoundException(String message) protectedNotFoundException(String message, Throwable cause) protectedNotFoundException(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
-
NotFoundException
protected NotFoundException() -
NotFoundException
-
NotFoundException
-
NotFoundException
-