Class MaterializedViewNotFoundException

    • 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()