Class NotFoundException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ColumnNotFoundException, MaterializedViewNotFoundException, SchemaNotFoundException, TableNotFoundException, ViewNotFoundException

public abstract class NotFoundException extends TrinoException
See Also:
  • Constructor Details

    • NotFoundException

      protected NotFoundException()
    • NotFoundException

      protected NotFoundException(String message)
    • NotFoundException

      protected NotFoundException(Throwable cause)
    • NotFoundException

      protected NotFoundException(String message, Throwable cause)