Package io.trino.spi.connector
Class MaterializedViewNotFoundException
- 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.MaterializedViewNotFoundException
-
- All Implemented Interfaces:
Serializable
public class MaterializedViewNotFoundException extends NotFoundException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MaterializedViewNotFoundException(SchemaTableName materializedViewName)
MaterializedViewNotFoundException(SchemaTableName materializedViewName, String message)
MaterializedViewNotFoundException(SchemaTableName materializedViewName, String message, Throwable cause)
MaterializedViewNotFoundException(SchemaTableName materializedViewName, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaTableName
getMaterializedViewName()
-
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
-
MaterializedViewNotFoundException
public MaterializedViewNotFoundException(SchemaTableName materializedViewName)
-
MaterializedViewNotFoundException
public MaterializedViewNotFoundException(SchemaTableName materializedViewName, String message)
-
MaterializedViewNotFoundException
public MaterializedViewNotFoundException(SchemaTableName materializedViewName, Throwable cause)
-
MaterializedViewNotFoundException
public MaterializedViewNotFoundException(SchemaTableName materializedViewName, String message, Throwable cause)
-
-
Method Detail
-
getMaterializedViewName
public SchemaTableName getMaterializedViewName()
-
-