Class MaterializedViewNotFoundException

All Implemented Interfaces:
Serializable

public class MaterializedViewNotFoundException extends NotFoundException
See Also:
  • Constructor Details

    • 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 Details

    • getMaterializedViewName

      public SchemaTableName getMaterializedViewName()